From: hickert Date: Mon, 10 May 2010 13:06:27 +0000 (+0000) Subject: Added storage RDN properties. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b1cf7cd8267ab26f14d5eef6a2d0a22c9570997f;p=gosa.git Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18246 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc b/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc index a3c73e5f4..2b85b69d5 100644 --- a/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc +++ b/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc @@ -618,6 +618,19 @@ class mimetype extends plugin "plSection" => array("administration"), "plCategory" => array("mimetypes" => array("description" => _("Mime types"), "objectClass" => "gotoMimeType")), + + "plProperties" => + array( + array( + "name" => "mimetypeRDN", + "type" => "rdn", + "default" => "ou=mime,", + "description" => "The 'mimetypeRDN' statement defines the location where new mimetypes will be created. The default is 'ou=mime,'.", + "check" => "gosaProperty::isRdn", + "migrate" => "", + "group" => "plugin", + "mandatory" => FALSE)), + "plProvidedAcls"=> array( "cn" => _("Name"), "gotoMimeGroup" => _("Mime group"),