diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2009-11-02 15:21:53 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2009-11-02 15:21:53 +0100 |
commit | 9daa034061aa74e113fcce1715fdcd076a5de76a (patch) | |
tree | 3a74708d91bf8d5826bf87c99cb1d1bd458d1829 /inc | |
parent | 827893ea5ac427cd528a2e7c84663755a79c4f55 (diff) | |
download | rpg-9daa034061aa74e113fcce1715fdcd076a5de76a.tar.gz rpg-9daa034061aa74e113fcce1715fdcd076a5de76a.tar.bz2 |
do not connect in constructor of auth:ldap backend
Ignore-this: d28a6859cd788559f2e5b68b1a9bfaf0
darcs-hash:20091102142153-6e07b-78ba14b9d861cfd6422432770a85d23c9cc16c7b.gz
Diffstat (limited to 'inc')
-rw-r--r-- | inc/auth/ldap.class.php | 3 |
1 files changed, 0 insertions, 3 deletions
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 } |