From: hickert Date: Mon, 10 May 2010 13:06:37 +0000 (+0000) Subject: Added storage RDN properties. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=37b716c98e9dff294a5e19fa02279536a30d1490;p=gosa.git Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18250 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc index d18078514..d8891da71 100644 --- a/gosa-plugins/systems/admin/systems/class_servGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_servGeneric.inc @@ -493,6 +493,20 @@ class servgeneric extends plugin "plSection" => array("administration"), "plCategory" => array("server" => array("description" => _("Server"), "objectClass" => "goServer")), + "plProperties" => + array( + array( + "name" => "serverRDN", + "type" => "rdn", + "default" => "ou=servers,ou=systems,", + "description" => "The 'serverRDN' statement defines the location where new servers will be created. The default is 'ou=servers,ou=systems,'.", + "check" => "gosaProperty::isRdn", + "migrate" => "", + "group" => "plugin", + "mandatory" => FALSE + ) + ), + "plProvidedAcls"=> array( "cn" => _("Name"), "description" => _("Description"),