From f4a6588f33b5886afaa20db8b01517b8eafbafed Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 13:06:25 +0000 Subject: [PATCH] Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18245 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/groups/class_group.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gosa-core/plugins/admin/groups/class_group.inc b/gosa-core/plugins/admin/groups/class_group.inc index 271a50169..6860f8e1a 100644 --- a/gosa-core/plugins/admin/groups/class_group.inc +++ b/gosa-core/plugins/admin/groups/class_group.inc @@ -1020,6 +1020,19 @@ class group extends plugin "plSection" => array("administration"), "plCategory" => array("groups" => array("objectClass" => "posixGroup", "description" => _("Groups"))), + "plProperties" => + array( + array( + "name" => "ogroupRDN", + "type" => "rdn", + "default" => "ou=groups,", + "description" => "The 'ogroupRDN' statement defines the location where new accounts will be created. The default is 'ou=groups,'.", + "check" => "gosaProperty::isRdn", + "migrate" => "", + "group" => "plugin", + "mandatory" => FALSE)), + + "plProvidedAcls" => array( "cn" => _("Name"), "description" => _("Description"), -- 2.30.2