summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f4a6588)
raw | patch | inline | side by side (parent: f4a6588)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:06:27 +0000 (13:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:06:27 +0000 (13:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18246 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc b/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc
index a3c73e5f4dd0adbbdb89c44a9d23dabd2028bbda..2b85b69d571e07259a05787bf6db7fbaa40639ec 100644 (file)
"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"),