Skip to content

Commit 224e725

Browse files
author
jafrittsMSFT
authored
Unexpire Password extended right permission needed
For SSPR to successfully change a user's password on prem and update the pwdLastSet attribute the extended right "Unexpire Password" (https://docs.microsoft.com/en-us/windows/win32/adschema/r-unexpire-password) is required for the on-prem AD service account. Otherwise after a user performs SSPR the "User must change password at next login" flag will be set.
1 parent e50bf39 commit 224e725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/authentication/tutorial-enable-sspr-writeback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To correctly work with SSPR writeback, the account specified in Azure AD Connect
5252
* **Reset password**
5353
* **Write permissions** on `lockoutTime`
5454
* **Write permissions** on `pwdLastSet`
55-
* **Extended rights** on either:
55+
* **Extended rights** for "Unexpire Password" on either:
5656
* The root object of *each domain* in that forest
5757
* The user organizational units (OUs) you want to be in scope for SSPR
5858

0 commit comments

Comments
 (0)