Issue #346 has been updated by Clément OUDOT. Category changed from LDAP Scripts to Self Service Password Status changed from New to Closed Assigned to set to Clément OUDOT Target version set to self-service-password-0.7 % Done changed from 0 to 100
Thanks, the documentation has been updated: http://ltb-project.org/wiki/documentation/self-service-password/latest/config_ldap#active_directory ---------------------------------------- Bug #346: DIsabled accounts http://tools.lsc-project.org/issues/346 Author: Terry McMahon Status: Closed Priority: Normal Assigned to: Clément OUDOT Category: Self Service Password Target version: self-service-password-0.7 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
