Code

Update kolab mail method.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 Dec 2008 12:32:02 +0000 (12:32 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 Dec 2008 12:32:02 +0000 (12:32 +0000)
-Updated kolab ACLs

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13204 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/kolab/personal/mail/kolab/class_mail-methods-kolab.inc

index 6b1e72f4e8231627a6fbb2e95ea006eb82cce27a..89527213eb4b3649d308d0e5ed5772d935df504f 100644 (file)
@@ -30,6 +30,15 @@ class mailMethodKolab extends mailMethodCyrus
   protected $userObjectClasses = array("kolabInetOrgPerson");
   protected $shareObjectClasses = array("kolabSharedFolder");
 
+  protected $acl_map = array(
+      "lrsw"     => "read",
+      "lrswp"    => "post",
+      "p"        => "external post",
+      "lrswip"   => "append",
+      "lrswipcd" => "write",
+      "lrswipcda"=> "admin",
+      "lrswipkxtecda"=> "full-admin",
+      " "         => "none");
   public function fixAttributesOnLoad()
   {
     mailMethodCyrus::fixAttributesOnLoad();