summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 70bd3e7)
raw | patch | inline | side by side (parent: 70bd3e7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 08:40:47 +0000 (08:40 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 08:40:47 +0000 (08:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3747 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiManagement.inc | patch | blob | history |
index b0b48dbbce4dfcca9730c7cdcaee1373d0cd5441..0d8f508a0c838e809204e22cf57ce6b3d7736231 100644 (file)
* Generate List of Partitions,Hooks,Scripts,Templates,Profiles ...
*/
$ObjectTypes = array(
- "FAIpartitionTable" => array("OU"=>"ou=disks," , "CHKBOX"=>"ShowPartitions"),
+ "FAIpartitionTable" => array("OU"=>"ou=disk," , "CHKBOX"=>"ShowPartitions"),
"FAIpackageList" => array("OU"=>"ou=packages," , "CHKBOX"=>"ShowPackages"),
"FAIscript" => array("OU"=>"ou=scripts," , "CHKBOX"=>"ShowScripts"),
"FAIvariable" => array("OU"=>"ou=variables," , "CHKBOX"=>"ShowVariables"),