From 32974179770f732a55377c3762b2b3b8896d1221 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 22 Nov 2007 13:27:44 +0000 Subject: [PATCH] Closes #265 Shared folder will now be updated, when saving users git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7858 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/class_groupMail.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/admin/groups/class_groupMail.inc b/plugins/admin/groups/class_groupMail.inc index edde1af94..41e0eae4e 100644 --- a/plugins/admin/groups/class_groupMail.inc +++ b/plugins/admin/groups/class_groupMail.inc @@ -19,8 +19,9 @@ class mailgroup extends plugin var $gosaVacationMessage = ""; // Vocation message - var $imapacl = array('anyone' => 'p', // Set acls for everyone + var $imapacl = array( '%members%' => 'lrspw', // %members% are all group-members + 'anyone' => 'p', // Set acls for everyone '' => 'p'); // Every user added gets this right @@ -289,7 +290,7 @@ class mailgroup extends plugin /** * ENDE: Detect group member with same acl and replace them with %members% **/ - + $this->indexed_user = array("%members%","anyone"); /* Append an empty entry, for special acl handling */ if(count($this->imapacl)==2){ @@ -769,11 +770,9 @@ I: Only insider delivery */ } } } - } - /* Save data to LDAP, depending on is_account we save or delete */ function save() { -- 2.30.2