From: hickert Date: Mon, 10 May 2010 13:05:57 +0000 (+0000) Subject: Added storage RDN properties. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a455eacdbf1af4c286b91243ca18ac33d1755b4e;p=gosa.git Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18234 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc index 6a86f3ba4..8793225fc 100644 --- a/gosa-core/plugins/admin/acl/class_aclRole.inc +++ b/gosa-core/plugins/admin/acl/class_aclRole.inc @@ -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"),