summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6bd5dbf)
raw | patch | inline | side by side (parent: 6bd5dbf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Jun 2007 06:30:13 +0000 (06:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Jun 2007 06:30:13 +0000 (06:30 +0000) |
Updated setup, department migration
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6622 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6622 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/gosa.conf | patch | blob | history | |
setup/class_setupStep_Migrate.inc | patch | blob | history |
diff --git a/contrib/gosa.conf b/contrib/gosa.conf
index 344b6ff8073f382eac1cb7a2dc327b37af43fd1e..4a79178f6e465fa751294eb5555c609aa8619f9b 100644 (file)
--- a/contrib/gosa.conf
+++ b/contrib/gosa.conf
<tab class="termservice" name="Devices" />
<tab class="printgeneric" name="Printer" />
<tab class="terminfo" name="Information" />
+ <tab class="glpiAccount" name="Inventory" />
<tab class="reference" name="References" />
</termtabs>
<tab class="servrepository" name="Repository" />
<tab class="faiSummaryTab" name="FAI summary" />
<tab class="terminfo" name="Information" />
+ <tab class="glpiAccount" name="Inventory" />
<tab class="reference" name="References" />
</servtabs>
<tab class="printgeneric" name="Printer" />
<tab class="terminfo" name="Information" />
<tab class="faiSummaryTab" name="FAI summary" />
+ <tab class="glpiAccount" name="Inventory" />
<tab class="reference" name="References" />
</worktabs>
<printtabs>
<tab class="printgeneric" name="Generic" />
+ <tab class="glpiPrinterAccount" name="Inventory" />
<tab class="reference" name="References" />
</printtabs>
<phonetabs>
<tab class="phonegeneric" name="Generic" />
+ <tab class="glpiAccount" name="Inventory" />
<tab class="reference" name="References" />
</phonetabs>
<componenttabs>
<tab class="componentgeneric" name="Generic" />
+ <tab class="glpiAccount" name="Inventory" />
<tab class="reference" name="References" />
</componenttabs>
<wintabs>
<tab class="wingeneric" name="Generic" />
+ <tab class="glpiAccount" name="Inventory" />
<tab class="reference" name="References" />
</wintabs>
index 911e48552002fb452170d2ede333e376e1c202d6..27687141966d2926731bd7449489a8dea5b351ad 100644 (file)
/* Skip GOsa internal departments */
$skip_dns = array("/".$cv['peopleou']."/","/".$cv['groupou']."/","/^ou=people,/",
"/^ou=groups,/","/(,|)ou=configs,/","/(,|)ou=systems,/",
- "/^ou=apps,/","/^ou=mime,/","/^ou=aclroles,/","/^ou=incoming,/",
+ "/(,|)ou=apps,/","/(,|)ou=mime,/","/^ou=aclroles,/","/^ou=incoming,/",
"/ou=snapshots,/","/(,|)dc=addressbook,/","/^(,|)ou=machineaccounts,/",
"/(,|)ou=winstations,/");