summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 64039e0)
raw | patch | inline | side by side (parent: 64039e0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 May 2010 09:50:52 +0000 (09:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 May 2010 09:50:52 +0000 (09:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18768 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/netatalk/personal/netatalk/class_netatalk.inc | patch | blob | history |
diff --git a/gosa-plugins/netatalk/personal/netatalk/class_netatalk.inc b/gosa-plugins/netatalk/personal/netatalk/class_netatalk.inc
index ed99c5c7da22c20e4fe2f072a090de0563cef742..533e2125556d4796e310ecfe8db07a5bb405a047 100644 (file)
"plSection" => array("personal" => _("My account")),
"plCategory" => array("users"),
"plOptions" => array(),
-
+ "plRequirements"=> array(
+ 'ldapSchema' => array('apple-user' => ''),
+ 'onFailureDisablePlugin' => array(get_class())),
"plProvidedAcls" => array(
"netatalkUserHomepath" => _("User home path"),
"netatalkShare" => _("Share"))