summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eaff46a)
raw | patch | inline | side by side (parent: eaff46a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Jul 2006 07:30:02 +0000 (07:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Jul 2006 07:30:02 +0000 (07:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4136 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/netatalk/class_netatalk.inc | patch | blob | history |
diff --git a/plugins/personal/netatalk/class_netatalk.inc b/plugins/personal/netatalk/class_netatalk.inc
index ab353001cc91bd804e41b09e6292cf8d808c44ac..9b3e3db36d88f06dbc256fd82ef4b52c60cc2837 100644 (file)
$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: