LDAP user force password change?
-
We are trying to use LDAP as a backing store for users, will fusionauth detect when the password needs to be changed through either
pwdLastSet
in AD orshadowLastChange
with OpenLDAP? -
Nope. In fact, in my testing, FusionAuth didn't authenticate successfully when a user was required to change their password (I was using Active Directory).
You could certainly pull over those attributes and save them to the
user.data
field in the lambda. A webhook could fire and you could send them an email or something.If that doesn't work, what kind of behavior are you looking for? Should FusionAuth present a message to the user telling them they need to change their password?
Please tell me more about your use case?
-
Some of our applications need a backing LDAP server for authentication directly to the application with command line tools, but we want FusionAuth to be our single IDAM solution. It would be ideal if FusionAuth could detect the need for a password change and allow the user to perform that against LDAP.
Additionally, it would be nice if the user could change password through the existing FusionAuth UI for LDAP accounts (non-migrated).
-
Hi @curtis-ruck ,
I think this would be a couple of new features:
- detecting need for password change (and informing the user)
- allowing the user to change their password in ldap through FusionAuth
Would you mind filing them here? https://github.com/fusionauth/fusionauth-issues/issues
Or, if you have a support plan, please file a ticket here: https://account.fusionauth.io/account/support/