All LDAP Bind errors are treated as a username/password problem #3777
Labels
topic/authentication
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
[x]
):Description
If LDAP bind fails for reasons other than the wrong username or password the user interface will still return that as the error. For example Active Directory servers are often configured with password retry limits, if they are exceeded the LDAP directory will return an LDAP constraint violation (LDAP Result Code 19) - this error ends up in the server log. No amount of retrying the password will succeed yet the user interface will return the Incorrect username or password error message.
I've had a look at the code around this and improving the error message to the user is not straightforward, and I wouldn't imagine this is a high priority. But I thought it might help others who run into the same problem to at least document it in an issue.
The text was updated successfully, but these errors were encountered: