From 9daa034061aa74e113fcce1715fdcd076a5de76a Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 2 Nov 2009 15:21:53 +0100 Subject: do not connect in constructor of auth:ldap backend Ignore-this: d28a6859cd788559f2e5b68b1a9bfaf0 darcs-hash:20091102142153-6e07b-78ba14b9d861cfd6422432770a85d23c9cc16c7b.gz --- inc/auth/ldap.class.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'inc') diff --git a/inc/auth/ldap.class.php b/inc/auth/ldap.class.php index 6bad46e71..8eb797a11 100644 --- a/inc/auth/ldap.class.php +++ b/inc/auth/ldap.class.php @@ -29,9 +29,6 @@ class auth_ldap extends auth_basic { if(empty($this->cnf['groupkey'])) $this->cnf['groupkey'] = 'cn'; - // try to connect - if(!$this->_openLDAP()) $this->success = false; - // auth_ldap currently just handles authentication, so no // capabilities are set } -- cgit v1.2.3