Code

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

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

index 1a34c69880a1ea4b57c5b01d6a39817e5bd26ff7..4ece4344c030ba81d9190eef9c3e9a4c92da017f 100644 (file)
@@ -529,8 +529,20 @@ class faiTemplate extends plugin
           "plPriority"    => 24,
           "plSection"     => array("administration"),
           "plCategory"    => array("fai"),
+          "plProperties" =>
+          array(
+              array(
+                  "name"          => "faiTemplateRDN",
+                  "type"          => "rdn",
+                  "default"       => "ou=templates,",
+                  "description"   => "The 'faiTemplateRDN' statement defines the location where new fai-templates will be created. The default is 'ou=templates,'.",
+                  "check"         => "gosaProperty::isRdn",
+                  "migrate"       => "",
+                  "group"         => "plugin",
+                  "mandatory"     => FALSE)),
+
           "plProvidedAcls" => array(
-            "cn"                => _("Name")." ("._("Readonly").")",
+              "cn"                => _("Name")." ("._("Readonly").")",
             "description"       => _("Description"))
           ));
   }