summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5fd39b1)
raw | patch | inline | side by side (parent: 5fd39b1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Dec 2008 08:12:07 +0000 (08:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Dec 2008 08:12:07 +0000 (08:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13254 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/kolab/personal/mail/kolab/class_mail-methods-kolab22.inc | patch | blob | history |
diff --git a/gosa-plugins/kolab/personal/mail/kolab/class_mail-methods-kolab22.inc b/gosa-plugins/kolab/personal/mail/kolab/class_mail-methods-kolab22.inc
index 8b45346ff560a2ec154eb245cfec4ecf1cd55022..3a1de4250eae90fcf9da20b154fa849e7bbb43ee 100644 (file)
"read hidden/post" => "read hidden/post",
"all" => "all");
+ protected $default_acls = array("__anyone__" => "none", "__member__" => "write");
+
+
/*! \brief Returns configured acls
*/
public function getFolderACLs($ldap_acls)