Code

Added default ACLs to kolab22 methods
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Dec 2008 08:12:07 +0000 (08:12 +0000)
committerhickert <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

index 8b45346ff560a2ec154eb245cfec4ecf1cd55022..3a1de4250eae90fcf9da20b154fa849e7bbb43ee 100644 (file)
@@ -40,6 +40,9 @@ class mailMethodKolab22 extends mailMethodKolab
 "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)