summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2009-04-19 09:52:12 +0000
committerLester Caine <lester@lsces.co.uk>2009-04-19 09:52:12 +0000
commit08d5079873e616bb926a142c283a2bfca03e6c96 (patch)
tree0b06dd608bb81bd68c7081c10cde04dcf8bafdec /auth
parent15d3f0ab4726813760b69a680bc19c8256a2d514 (diff)
downloadusers-08d5079873e616bb926a142c283a2bfca03e6c96.tar.gz
users-08d5079873e616bb926a142c283a2bfca03e6c96.tar.bz2
users-08d5079873e616bb926a142c283a2bfca03e6c96.zip
Remove older status flag
Diffstat (limited to 'auth')
-rw-r--r--auth/ldap/auth.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php
index 56d4639..253b7d8 100644
--- a/auth/ldap/auth.php
+++ b/auth/ldap/auth.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/auth/ldap/auth.php,v 1.9 2009/04/19 09:33:50 lsces Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/auth/ldap/auth.php,v 1.10 2009/04/19 09:52:12 lsces Exp $
*
* @package users
*/
@@ -36,8 +36,7 @@ class LDAPAuth extends BaseAuth {
// set the Auth options
$a = new Auth("LDAP", $this->mConfig, "", false);
- // check if the login correct
- $login = AUTH_WRONG_LOGIN;
+ // set up connection to ldap via user details
$a->_loadStorage();
$this->mInfo["real_name"] = ''; // This needs fixing in the base code - real_name will only exist if a user has been identiied