Issue #346 has been reported by Terry McMahon.

----------------------------------------
Bug #346: DIsabled accounts
http://tools.lsc-project.org/issues/346

Author: Terry McMahon
Status: New
Priority: Normal
Assigned to: 
Category: LDAP Scripts
Target version: 


If an account is disabled it can still have its password reset and it gives no 
warning to a user that the account still will not work.  This can be changed so 
that the user is given the same error as when an account is not found by 
changing the LDAP filter in config.inc.php to that shown below.

$ldap_filter = 
”(&(objectClass=user)(sAMAccountName={login})(!(userAccountControl=514)))”; 




-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
_______________________________________________
ltb-dev mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-dev

Reply via email to