Code

Added acls to workstation template
[gosa.git] / plugins / admin / systems / class_workstationGeneric.inc
index 7fc3c74e05e49f2e91010c3c19c48cf0abdf8603..4c25e5fb83cdf8aa8b02f8615208576279bbf30e 100644 (file)
@@ -494,7 +494,8 @@ class workgeneric extends plugin
           "plCategory"    => array("workstation" => array("description"  => _("Workstation"),
                                                           "objectClass"  => "gotoWorkstation")),
           "plProvidedAcls"=> array(
-            "cn"                  => _("Workstation name"), 
+            "cn"                  => _("Workstation name"),
+            "l"                   => _("Location") ,
             "base"                => _("Base") ,
             "gotoMode"            => _("Goto mode"), 
             "gotoSyslogServer"    => _("Syslog server"),