Login fails after Authentication password expires #328
Replies: 2 comments
-
This is expected behaviour. LdapRecord requires a valid username and password to search your directory for the users whom are authenticating into your application.
You must create an AD service account that does not abide by this policy, or one that you have control over. Then, you can update the The only way around this is to use anonymous authentication and then setting Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Yes, Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I always get a login failure if the password of the credentials used for authentication expires and its changed in the .env file
Environment
.env file
The Application fails to log any user in when the authenticated users password expires. I tried to leave the LDAP_PASSWORD null to avoid encountering such issues in the future but it didn't work. So does it mean the password will always be updated in the application when it expires for that particular credential? Because per my AD group policy, passwords needs to be changed every month.
Beta Was this translation helpful? Give feedback.
All reactions