From 7dbfc08093c0e66dd9013883ed958e9298679abf Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 13:06:50 +0000 Subject: [PATCH] Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18255 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/goto/class_terminalGeneric.inc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc index ed94f6d27..6564b864c 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc @@ -676,7 +676,21 @@ class termgeneric extends plugin "plPriority" => 1, "plSection" => array("administration"), "plCategory" => array("terminal" => array( "description" => _("Terminal"), - "objectClass" => "gotoTerminal")), + "objectClass" => "gotoTerminal")), + "plProperties" => + array( + array( + "name" => "terminalRDN", + "type" => "rdn", + "default" => "ou=terminals,ou=systems,", + "description" => "The 'terminalRDN' statement defines the location where new terminals will be created. The default is 'ou=terminals,ou=systems,'.", + "check" => "gosaProperty::isRdn", + "migrate" => "", + "group" => "plugin", + "mandatory" => FALSE + ) + ), + "plProvidedAcls"=> array( "cn" => _("Name"), "description" => _("Description"), -- 2.30.2