Code

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

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

index be9f4b364274a552327c593eafc75006f832e5fb..f0c0a6d0140d5df83ed4490cd1bb1c5bb22b3105 100644 (file)
@@ -504,6 +504,20 @@ class faiHook extends plugin
           "plPriority"    => 20,
           "plSection"     => array("administration"),
           "plCategory"    => array("fai"),
+
+          "plProperties" =>
+          array(
+              array(
+                  "name"          => "faiHookRDN",
+                  "type"          => "rdn",
+                  "default"       => "ou=hooks,",
+                  "description"   => "The 'faiHookRDN' statement defines the location where new fai-hooks will be created. The default is 'ou=hooks,'.",
+                  "check"         => "gosaProperty::isRdn",
+                  "migrate"       => "",
+                  "group"         => "plugin",
+                  "mandatory"     => FALSE)),
+
+
           "plProvidedAcls" => array(
             "cn"                => _("Name")." ("._("Read only").")",
             "description"       => _("Description"))