You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, providing a bad username or password in the configuration and a user submitting invalid credentials both redirect to auth/failure with invalid_credentials as the failure message. There is no way to distinguish between the two cases.
Other LDAP connection errors cause the failure message ldap_error, which makes more sense if there is a problem with the configuration.
The text was updated successfully, but these errors were encountered:
mtalcott
pushed a commit
to mtalcott/omniauth-ldap
that referenced
this issue
Nov 6, 2014
Currently, providing a bad username or password in the configuration and a user submitting invalid credentials both redirect to
auth/failure
withinvalid_credentials
as the failure message. There is no way to distinguish between the two cases.Other LDAP connection errors cause the failure message
ldap_error
, which makes more sense if there is a problem with the configuration.The text was updated successfully, but these errors were encountered: