From a455eacdbf1af4c286b91243ca18ac33d1755b4e Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 13:05:57 +0000 Subject: [PATCH] Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18234 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/acl/class_aclRole.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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"), -- 2.30.2