-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Laravel UI Invalid credentials instead of LDAP error code #679
Comments
Can you post your |
@stevebauman I removed some of the method logic, but I don't believe any of them would be causing this issue (I haven't changed the
|
Thanks @ellisonpatterson. If you |
That's the issue, If I |
Actually this may be expected behavior? |
@stevebauman I'm wondering if it's occurring because of this issue I was having a while back, #398 (comment) |
Environment:
Describe the bug:
When I check only "User must change password at next logon" for a user in Active Directory, LDAP is returning that the credentials I use are invalid. Once I uncheck it, the user is able to login with the same credentials successfully.
I am using
handleLdapBindError
to intercept any error codes, and it used to work as expected. It is the default LoginController and the same namespace, and I added$this->listenForLdapBindFailure();
to its constructor just to be sure I didn't break something.I am using Laravel UI so I'm wondering if they changed something since it used to work.
Here are the LDAP logs showing the flow:
Thank you!
The text was updated successfully, but these errors were encountered: