From: hickert Date: Thu, 13 Jul 2006 07:30:02 +0000 (+0000) Subject: Added netatalk to acl X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=11ff0197d1be4af467b85116fb4adb12ad574dcb;p=gosa.git Added netatalk to acl git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4136 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/netatalk/class_netatalk.inc b/plugins/personal/netatalk/class_netatalk.inc index ab353001c..9b3e3db36 100644 --- a/plugins/personal/netatalk/class_netatalk.inc +++ b/plugins/personal/netatalk/class_netatalk.inc @@ -322,6 +322,21 @@ class netatalk extends plugin { $this->handle_post_events('remove'); } + + /* Return plugin informations for acl handling + #FIXME Attributes aren't translated */ + function plInfo() + { + return (array( + "plDescription" => _("Apple talk"), + "plSelfModify" => TRUE, + "plDepends" => array("objectClass" => "gosaAccount"), + "apple-user-homeurl" => _("apple-user-homeurl"), + "apple-user-homeDirectory" => _("apple-user-homeDirectory"))); + } + + + } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: