Code

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

gosa-core/plugins/admin/groups/class_group.inc

index 271a50169f09ef0fd64966ca9e82841b4282274a..6860f8e1a4f7997659ff28e80b0fe859510b8dee 100644 (file)
@@ -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"),