Code

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

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

index 2703ae7219a1bc6b6f793396f920c84f7922642e..d8283a973dcc6b0998dd9e8a275ac14c454d53c8 100644 (file)
@@ -550,6 +550,21 @@ class faiScript extends plugin
           "plPriority"    => 18,
           "plSection"     => array("administration"),
           "plCategory"    => array("fai"),
+          "plProperties" =>
+          array(
+              array(
+                  "name"          => "faiScriptRDN",
+                  "type"          => "rdn",
+                  "default"       => "ou=scripts,",
+                  "description"   => "The 'faiScriptRDN' statement defines the location where new fai-scripts will be created. The default is 'ou=scripts,'.",
+                  "check"         => "gosaProperty::isRdn",
+                  "migrate"       => "",
+                  "group"         => "plugin",
+                  "mandatory"     => FALSE
+                  )
+              ),
+
+
           "plProvidedAcls" => array(
             "cn"                => _("Name")." ("._("Readonly").")",
             "description"       => _("Description"))