From: hickert Date: Mon, 10 May 2010 13:07:00 +0000 (+0000) Subject: Added storage RDN properties. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=806474cbe4218e87ba3234b0c0298c0adb730cde;p=gosa.git Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18259 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc index 51ac97a4a..eb56f14a8 100644 --- a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc +++ b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc @@ -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"),