From: hickert Date: Mon, 10 May 2010 13:07:02 +0000 (+0000) Subject: Added storage RDN properties. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=bbe6ddec7070483ad9b6721e8fb6cf07af1ddf78;p=gosa.git Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18260 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc b/gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc index 47da2e0af..fc9f8809d 100644 --- a/gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc +++ b/gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc @@ -581,6 +581,22 @@ class macro extends plugin "plCategory" => array("gofonmacro" => array("description" => _("GOfon macro"), "objectClass" => "gofonMacro")), + "plProperties" => + array( + array( + "name" => "phoneMacroRDN", + "type" => "rdn", + "default" => "ou=macros,ou=asterisk,ou=configs,ou=systems,", + "description" => "The 'phoneMacroRDN' statement defines the location where new phone macros will be created. The default is 'ou=macros,ou=asterisk,ou=configs,ou=systems,'.", + "check" => "gosaProperty::isRdn", + "migrate" => "", + "group" => "plugin", + "mandatory" => FALSE + ) + ), + + + "plProvidedAcls" => array( "cn" => _("Macro name"), "base" => _("Base"),