summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 926cd34)
raw | patch | inline | side by side (parent: 926cd34)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 22 Nov 2007 13:27:44 +0000 (13:27 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 22 Nov 2007 13:27:44 +0000 (13:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7858 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupMail.inc | patch | blob | history |
index edde1af9411fabee4e29d35906e97df24c55fa2b..41e0eae4e28111375c554715c6496ff35a37e75e 100644 (file)
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
/**
* 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){
}
}
}
-
}
-
/* Save data to LDAP, depending on is_account we save or delete */
function save()
{