summaryrefslogtreecommitdiff
path: root/inc/auth
diff options
context:
space:
mode:
Diffstat (limited to 'inc/auth')
-rw-r--r--inc/auth/ldap.class.php3
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
}