During a password change from Windows, the user is provided with live feedback about the password policy. The rules set in the policy are displayed on screen, with immediate feedback on which rules the user’s new password complies with, while they are typing it. To provide live feedback about password policy, the Rules UI resolves and reads the password affecting the user.
In order to do this, the Dynamic Feedback UI requires access the network with the computer’s credentials. The computers affected (e.g. through the built-in group “Domain Computers”) should be granted access to:
- read Default Domain Policy (enabled by default)
- When using Specops Password policy: to resolve a user’s SPP policy and read the policy. This is typically enabled by default.
- When using fine-grained password policies (FGPP): to read on the user objects, and to read the FGPP container and the policies in it (CN=Password Settings Container, CN=System, DC=acme, DC=org)
- When using FGPP: to read msDS-PSOApplied and msDS-ResultantPSO on user objects.