lib/Auth

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Fri Mar 30 13:22:38 CEST 2012


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

New commits:
commit 0ebdbf88f860d337a2dd2acfc358cd8863cbc1cd
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri Mar 30 12:22:22 2012 +0100

    Fix using 'ldap_uri' instead of 'uri'

diff --git a/lib/Auth/LDAP.php b/lib/Auth/LDAP.php
index 3c2e96e..1e7a43c 100644
--- a/lib/Auth/LDAP.php
+++ b/lib/Auth/LDAP.php
@@ -65,7 +65,7 @@ class LDAP
         $this->conf = Conf::get_instance();
 
         $this->domain       = $domain ? $domain : $this->conf->get('primary_domain');
-        $this->_ldap_uri    = $this->conf->get('uri');
+        $this->_ldap_uri    = $this->conf->get('ldap_uri');
         $this->_ldap_server = parse_url($this->_ldap_uri, PHP_URL_HOST);
         $this->_ldap_port   = parse_url($this->_ldap_uri, PHP_URL_PORT);
         $this->_ldap_scheme = parse_url($this->_ldap_uri, PHP_URL_SCHEME);





More information about the commits mailing list