Is there a list anywhere of what can cause the requiresPasswordChange attribute to flip? We were manually changing the passwordLastChanged attribute and soon after the requiresPasswordChange attribute changed to true. This doesn't seem to be the case, or even possible, but we don't know what else would/could change it. This was a service account that has some old jobs running using old passwords but we do not lockout accounts based on invalid password attempts in this directory. Does anyone know what else causes an account lockout?
Not all directories support this attribute.
Internal directories automatically manage this attribute. If the user password is older than password_max_change_time
(this is a configurable attribute of the internal directory), the next successful authentication will set the requiresPasswordChange
attribute in the user.
Programatically, this attribute can also be set for all users by calling DirectoryManager.expireAllPasswords().
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.