Code

Added storage RDN properties.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 13:06:06 +0000 (13:06 +0000)
committerhickert <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

index 9d9e295b395c25caf8028a9684137251ed41a50c..d07cbe93daf7b0b5deb7b80714fad302156522df 100644 (file)
@@ -1213,6 +1213,22 @@ class faiManagement extends management
                   "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(