From e614861d305a3855f15e3e039c99f5c2e3a921e9 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 13:06:52 +0000 Subject: [PATCH] Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18256 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/goto/class_workstationGeneric.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 432d377ef..b5ff4338c 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -687,6 +687,20 @@ class workgeneric extends plugin "plSection" => array("administration"), "plCategory" => array("workstation" => array("description" => _("Workstation"), "objectClass" => "gotoWorkstation")), + "plProperties" => + array( + array( + "name" => "workstationRDN", + "type" => "rdn", + "default" => "ou=workstations,ou=systems,", + "description" => "The 'workstationRDN' statement defines the location where new workstations will be created. The default is 'ou=workstations,ou=systems,'.", + "check" => "gosaProperty::isRdn", + "migrate" => "", + "group" => "plugin", + "mandatory" => FALSE + ) + ), + "plProvidedAcls"=> array( "cn" => _("Workstation name"), "description" => _("Description") , -- 2.30.2