X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fpersonal%2Fconnectivity%2Fclass_proxyAccount.inc;h=cddd05d9b3c7bad1f1a7f983642d069ee0abcaf5;hb=e7b70ce242b052c5e0d0dfd45dfac5e6f9f36ba3;hp=76e28e1a7997fc180da5e3d76e05b13c7213a500;hpb=08c189684e9cfcb0e2be7be5f08c1f821a3968d6;p=gosa.git diff --git a/plugins/personal/connectivity/class_proxyAccount.inc b/plugins/personal/connectivity/class_proxyAccount.inc index 76e28e1a7..cddd05d9b 100644 --- a/plugins/personal/connectivity/class_proxyAccount.inc +++ b/plugins/personal/connectivity/class_proxyAccount.inc @@ -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"),