From 8e1b568d5ce55eb6bd610f354d1da95a6d82441d Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 13:06:42 +0000 Subject: [PATCH] Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18252 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/gofon/class_phoneGeneric.inc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/gosa-plugins/gofon/admin/systems/gofon/class_phoneGeneric.inc b/gosa-plugins/gofon/admin/systems/gofon/class_phoneGeneric.inc index a950495ef..b5ef3d318 100644 --- a/gosa-plugins/gofon/admin/systems/gofon/class_phoneGeneric.inc +++ b/gosa-plugins/gofon/admin/systems/gofon/class_phoneGeneric.inc @@ -493,7 +493,21 @@ class phoneGeneric extends plugin "plPriority" => 0, "plSection" => array("administration"), "plCategory" => array("phone" => array("description" => _("Phone hardware"), - "objectClass" => "goFonHardware")), + "objectClass" => "goFonHardware")), + "plProperties" => + array( + array( + "name" => "phoneRDN", + "type" => "rdn", + "default" => "ou=phones,ou=systems,", + "description" => "The 'phoneRDN' statement defines the location where new phones will be created. The default is 'ou=phones,ou=systems,'.", + "check" => "gosaProperty::isRdn", + "migrate" => "", + "group" => "plugin", + "mandatory" => FALSE + ) + ), + "plProvidedAcls"=> array( "cn" => _("Name"), "base" => _("Base"), -- 2.30.2