Code

Added storage RDN properties.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 13:06:27 +0000 (13:06 +0000)
committerhickert <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

index a3c73e5f4dd0adbbdb89c44a9d23dabd2028bbda..2b85b69d571e07259a05787bf6db7fbaa40639ec 100644 (file)
@@ -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"),