Code

Updated acls
[gosa.git] / plugins / personal / connectivity / class_proxyAccount.inc
index 76e28e1a7997fc180da5e3d76e05b13c7213a500..cddd05d9b3c7bad1f1a7f983642d069ee0abcaf5 100644 (file)
@@ -267,14 +267,15 @@ class proxyAccount extends plugin
 
   }
 
-
+  /* Return plugin informations for acl handling 
+      #FIME There possibly some attributes that can be combined to one acl. */
   function plInfo()
   {
     return (array(  "plDescription"   => _("Intranet account settings"),
           "plSelfModify"    => TRUE,
           "plDepends"       => array("objectClass" => "gosaAccount"),
 
-          "gosaProxyID"           => _("gosaProxyID"),
+          "gosaProxyID"           => "!!! FIXME "._("gosaProxyID"),
     
           "gosaProxyFlag_F"   => _("Filter unwanted content"), 
           "gosaProxyFlag_T"   => _("Limit proxy access"),