Description
According to the rfc (http://tools.ietf.org/html/draft-behera-ldap-password-policy-10#section-7.8):
7.8 Password Too Young Check
If the Section 7.2 check returned true then this check will return
false, to allow the password to be changed.
...
7.2 Password Must be Changed Now Check</b>
A status of true is returned to indicate that the password must be
changed if all of these conditions are met:
o The pwdMustChange attribute is set to TRUE.
o The pwdReset attribute is set to TRUE.
Otherwise a status of false is returned.
Therefore, if the admin sets the password, the user should be allowed
to change it even if pwdMinAge has not expired.
Attachments
Attachments
Issue Links
- is related to
-
DIRSERVER-2210 Password policy pwdMinAge check should check for required reset
- Open