summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c93dc3b)
raw | patch | inline | side by side (parent: c93dc3b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 05:32:27 +0000 (05:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 05:32:27 +0000 (05:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18307 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_faiManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiManagement.inc b/gosa-plugins/fai/admin/fai/class_faiManagement.inc
index 6574bb3f8f6f4465901c9637679fdbac715e8e19..7d40e10f0d4bf39f8fa4f850ce89924b2c10613f 100644 (file)
"migrate" => "",
"group" => "plugin",
"mandatory" => FALSE
- )
- ),
-
-
-
- "plProperties" =>
- array(
+ ),
array(
"name" => "defaultFaiRelease",
"type" => "dn",
"check" => "gosaProperty::isDn",
"migrate" => "",
"group" => "fai",
- "mandatory" => FALSE)),
+ "mandatory" => FALSE
+ )
+ ),
- "plCategory" => array("fai"=> array("description" => _("FAI"),"objectClass" => "FAIclass")),
- "plProvidedAcls"=> array()));
+ "plCategory" => array("fai"=> array("description" => _("FAI"),"objectClass" => "FAIclass")),
+ "plProvidedAcls"=> array()));
}
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: