Code

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

gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc

index 51ac97a4a3aab576c044a66bf733b2c9f0fb3557..eb56f14a8085c659cc52998ad3970936cb9856cd 100644 (file)
@@ -818,7 +818,22 @@ class conference extends plugin
           "plPriority"    => 0,
           "plSection"     => array("administration"),
           "plCategory"    => array("gofonconference" => array("description" => _("GOfon conference"),
-              "objectClass" => "gofonConference")),
+                  "objectClass" => "gofonConference")),
+
+          "plProperties" =>
+          array(
+              array(
+                  "name"          => "phoneConferenceRDN",
+                  "type"          => "rdn",
+                  "default"       => "ou=conferences,ou=asterisk,ou=configs,ou=systems,",
+                  "description"   => "The 'phoneConferenceRDN' statement defines the location where new phone conferences will be created. The default is 'ou=conferences,ou=asterisk,ou=configs,ou=systems,'.",
+                  "check"         => "gosaProperty::isRdn",
+                  "migrate"       => "",
+                  "group"         => "plugin",
+                  "mandatory"     => FALSE
+                  )
+              ),
+
 
           "plProvidedAcls" => array(
             "cn"                            => _("Name"),