lib/Auth

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Fri Apr 6 11:41:57 CEST 2012


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

New commits:
commit 08986f801680cb1314263451f8e7cf121e5b8a2f
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri Apr 6 11:41:40 2012 +0200

    Correct use of $conf to $this->conf

diff --git a/lib/Auth/LDAP.php b/lib/Auth/LDAP.php
index b01db13..978e8d4 100644
--- a/lib/Auth/LDAP.php
+++ b/lib/Auth/LDAP.php
@@ -156,7 +156,7 @@ class LDAP
 
             $filter .= $user_filter;
 
-            $auth_attrs = $conf->get_list('auth_attrs');
+            $auth_attrs = $this->conf->get_list('auth_attrs');
 
             if (count($auth_attrs) > 0) {
                 $filter .= '(|';





More information about the commits mailing list