Code

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

gosa-core/plugins/admin/acl/class_aclRole.inc

index 6a86f3ba4f9805a09cfce9fb01994be1b3b45730..8793225fcd7e78174c6c50ac84880737ebca4225 100644 (file)
@@ -715,6 +715,21 @@ class aclrole extends acl
           "plPriority"    => 0,
           "plSection"     => array("administration"),
           "plCategory"    => array("acl"),
+          "plProperties" =>
+          array(
+              array(
+                  "name"          => "aclRoleRDN",
+                  "type"          => "rdn",
+                  "default"       => "ou=aclroles,",
+                  "description"   => "The 'aclRoleRDN' statement defines the location where new acl roles will be created. The default is 'ou=aclroles,'.",
+                  "check"         => "gosaProperty::isRdn",
+                  "migrate"       => "",
+                  "group"         => "plugin",
+                  "mandatory"     => FALSE
+                  )
+              ),
+
+
           "plProvidedAcls"    => array(
             "cn"                => _("Name"),
             "base"              => _("Base"),