share/templates

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Tue Aug 19 12:29:24 CEST 2014


 share/templates/roundcubemail/acl.inc.php.tpl |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 6540816847dab0c14a42644f08de063520a74966
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue Aug 19 12:29:11 2014 +0200

    Add default settings for group ACLs

diff --git a/share/templates/roundcubemail/acl.inc.php.tpl b/share/templates/roundcubemail/acl.inc.php.tpl
index ca1bae5..57911ec 100644
--- a/share/templates/roundcubemail/acl.inc.php.tpl
+++ b/share/templates/roundcubemail/acl.inc.php.tpl
@@ -4,6 +4,9 @@
     \$config['acl_users_field'] = 'mail';
     \$config['acl_users_filter'] = 'objectClass=kolabInetOrgPerson';
 
+    \$config['acl_groups'] = true;
+    \$config['acl_group_prefix'] = 'group:';
+
     if (file_exists(RCUBE_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__))) {
         include_once(RCUBE_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__));
     }




More information about the commits mailing list