From: hickert Date: Mon, 10 May 2010 13:06:47 +0000 (+0000) Subject: Added storage RDN properties. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=05335c2a18ac67a9ae68cb9681ece386e25eff81;p=gosa.git Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18254 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_printGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_printGeneric.inc index cebe85a26..c420b2f1d 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_printGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_printGeneric.inc @@ -999,6 +999,20 @@ class printgeneric extends plugin "plSection" => array("administration"), "plCategory" => array("printer" => array("description" => _("Printer"), "objectClass" => "gotoPrinter"),"workstation","terminal"), + "plProperties" => + array( + array( + "name" => "printerRDN", + "type" => "rdn", + "default" => "ou=printers,ou=systems,", + "description" => "The 'printerRDN' statement defines the location where new printers will be created. The default is 'ou=printers,ou=systems,'.", + "check" => "gosaProperty::isRdn", + "migrate" => "", + "group" => "plugin", + "mandatory" => FALSE + ) + ), + "plProvidedAcls"=> array( "cn" => _("Name"), "base" => _("Base") ,