Code

Added storage RDN properties.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 13:06:22 +0000 (13:06 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 13:06:22 +0000 (13:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18244 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_faiVariable.inc

index 0847d8842c3584d039447498b6a37c63d011f938..78546c48361f1cee7689e2377baf375726243336 100644 (file)
@@ -393,6 +393,19 @@ class faiVariable extends plugin
           "plPriority"    => 22,
           "plSection"     => array("administration"),
           "plCategory"    => array("fai"),
+
+          "plProperties" =>
+          array(
+              array(
+                  "name"          => "faiVariableRDN",
+                  "type"          => "rdn",
+                  "default"       => "ou=variables,",
+                  "description"   => "The 'faiVariableRDN' statement defines the location where new fai-variables will be created. The default is 'ou=variables,'.",
+                  "check"         => "gosaProperty::isRdn",
+                  "migrate"       => "",
+                  "group"         => "plugin",
+                  "mandatory"     => FALSE)),
+
           "plProvidedAcls" => array(
             "cn"                => _("Name")." ("._("Read only").")",
             "description"       => _("Description"))