summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f20320a)
raw | patch | inline | side by side (parent: f20320a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:06:06 +0000 (13:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:06:06 +0000 (13:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18238 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 9d9e295b395c25caf8028a9684137251ed41a50c..d07cbe93daf7b0b5deb7b80714fad302156522df 100644 (file)
"plPriority" => 0,
"plSection" => array("administration"),
+ "plProperties" =>
+ array(
+ array(
+ "name" => "faiBaseRDN",
+ "type" => "rdn",
+ "default" => "ou=fai,ou=configs,ou=systems,",
+ "description" => "The 'faiBaseRDN' statement defines the location where new fai objects will be created. The default is 'ou=fai,ou=configs,ou=systems,'.",
+ "check" => "gosaProperty::isRdn",
+ "migrate" => "",
+ "group" => "plugin",
+ "mandatory" => FALSE
+ )
+ ),
+
+
+
"plProperties" =>
array(
array(