Code

updated acls
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Mar 2010 11:08:40 +0000 (11:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Mar 2010 11:08:40 +0000 (11:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17064 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc

index 3e7a1feb50da0d5f0f7da94364298c88cd79ccf8..9b9f2511a1079d009b21f207da9aa5a1dfba053f 100644 (file)
@@ -144,7 +144,11 @@ class ArpNewDevice extends plugin
           "plSection"     => array("administration"),
           "plCategory"    => array("incoming"   => array( "description"  => _("Incoming"),
               "objectClass"  => "")),
-          "plProvidedAcls"=> array()
+          "plProvidedAcls"=> array(
+            "cn"  => _("Name"),
+            "description"  => _("Description")
+            
+          )
           ));
   }