Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table lists the constraints that MUST be satisfied (in the order presented) in order to return the associated output parameters to the client. All fields of ValidatePasswordChangeOutput MUST be set to 0 before any constraints are met.
Constraint |
Condition (fields based on ValidatePasswordChangeInput) |
ValidatePasswordChangeOutput changes |
---|---|---|
1 |
LockoutTime plus DomainLockoutDuration is greater than the current time. |
ValidationStatus MUST be set to |
2 |
LockoutTime plus DomainLockoutDuration is less than or equal to the current time. |
LockoutTime MUST be set to 0. |
3 |
PasswordLastSet plus DomainMinimumPasswordAge is greater than the current time. |
ValidationStatus MUST be set to |
4 |
PasswordMatch is zero, and BadPasswordTime plus DomainLockoutObservationWindow is greater than or equal to the current time. |
|
5 |
PasswordMatch is zero, and BadPasswordTime plus DomainLockoutObservationWindow is less than the current time. |
|
6 |
PasswordMatch is nonzero, and HashedPassword is equal to at least one of the first DomainPasswordHistoryLength elements of PasswordHistory (without exceeding the number of elements in PasswordHistory) where the Length field of HashedPassword is equal to the Length field of the PasswordHistory element. |
ValidateStatus MUST be set to |
7 |
PasswordMatch is nonzero. |
|