summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f7a0944)
raw | patch | inline | side by side (parent: f7a0944)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 May 2010 09:50:35 +0000 (09:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 May 2010 09:50:35 +0000 (09:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18761 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/kolab/personal/connectivity/kolab/class_kolabAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/kolab/personal/connectivity/kolab/class_kolabAccount.inc b/gosa-plugins/kolab/personal/connectivity/kolab/class_kolabAccount.inc
index f817ce7d6620f30040a8a04df70358b31cb7efbc..44e9e506a7bd4ae9276379497359fc2bda56a8f7 100644 (file)
"plSection" => array("personal" => _("My account")),
"plCategory" => array("users"),
"plOptions" => array(),
+ "plRequirements"=> array(
+ 'ldapSchema' => array('kolabInetOrgPerson' => ''),
+ 'onFailureDisablePlugin' => array(get_class())
+ ),
"plProvidedAcls" => array(
"kolabFreeBusyFuture" => _("Free busy future"),