lib/Auth

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Thu Aug 16 16:24:02 CEST 2012


 lib/Auth/LDAP.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cf37e6da745fadcdbcdb836e486bc83ba878d444
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Thu Aug 16 16:23:46 2012 +0200

    Fix role dn for kolab admins to new domains

diff --git a/lib/Auth/LDAP.php b/lib/Auth/LDAP.php
index 77bf6c0..ab99561 100644
--- a/lib/Auth/LDAP.php
+++ b/lib/Auth/LDAP.php
@@ -2024,7 +2024,7 @@ class LDAP
 
         $this->_add($dn, $attrs);
 
-        $dn = 'cn=kolab-admin,ou=People,' . $inetdomainbasedn;
+        $dn = 'cn=kolab-admin,' . $inetdomainbasedn;
         $attrs = array(
             'objectclass' => array(
                 'top',





More information about the commits mailing list