ucs/conffiles

Christoph Wickert wickert at kolabsys.com
Fri Feb 6 15:29:31 CET 2015


 ucs/conffiles/etc/roundcubemail/kolab_auth.inc.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 50566cfe4a56f55a01a1158010c1bb503d9fc3b8
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Fri Feb 6 15:29:19 2015 +0100

    Fix typo in kolab_auth.inc.php that caused a parser error (#4510)

diff --git a/ucs/conffiles/etc/roundcubemail/kolab_auth.inc.php b/ucs/conffiles/etc/roundcubemail/kolab_auth.inc.php
index f3d4ac5..a263832 100644
--- a/ucs/conffiles/etc/roundcubemail/kolab_auth.inc.php
+++ b/ucs/conffiles/etc/roundcubemail/kolab_auth.inc.php
@@ -70,7 +70,7 @@
     $config['kolab_auth_role']       = 'role';
     // The required value for the role attribute to contain should the user be allowed
     // to login as another user.
-    $config['kolab_auth_role_value'] = ';
+    $config['kolab_auth_role_value'] = '';
 
     // Administrative group name to which user must be assigned to
     // which adds privilege to login as another user.




More information about the commits mailing list