Change Password Option in StoreFront Not Shown, Available Only for Admins
book
Article ID: CTX225873
calendar_today
Updated On:
Description
Change password option in StoreFront not shown for non-domain admins but is there for domain admins.
Resolution
Set permissions on AD following this article https://support.microsoft.com/en-us/kb/2281774
The users AD accounts need READ access to the following objects:
- Domain Root Object: It looks up the primary domain of the Domain Controller and opens the domain for reading, which in turn opens the AD object for the domain, like DC=contoso,dc=com.
- Builtin container: This is the root object of the builtin domain. It is opened as the caller wants to verify its existence. Thus the caller needs read access to the container CN=Builtin,DC=contoso,dc=com.
- SAM server object: This object stores general permissions about general SAM account access and enumeration. It will be used on certain calls only. The object name is cn=server,cn=system,DC=contoso,dc=com.
As stated in the Microsoft article "In most Active Directory domains, permissions to these objects are granted based on the membership in generic groups like "Authenticated Users", "Everyone" or the "Pre-Windows 2000 Compatible Access" group". If possible these should be restored their Read permissions and/or the users accounts added back to these groups.
If that is not possible
- In Active Directory Users and Computers select View -> Advanced Features
- Create a new AD group containing the users that need access to the Change Password feature
- Right click the domain root object -> Properties -> Security
- Add the new AD group with Read permissions -> Apply -> OK
- Right click the Builtin container -> Properties -> Security
- Add the new AD group with Read permissions -> Apply -> OK
- Select the System Container -> Right click the Server samServer object -> Properties -> Security
- Add the new AD group with Read permissions -> Apply -> OK
Problem Cause
Active directory locked down.
Issue/Introduction
Change password option in StoreFront not shown for normal users but is there for admins.
Additional Information
Note: Applicable to server 2016 DCs and above.
"Authenticated Users" may be required to be added to the following inside the GPO related to security settings to
"Network access: Restrict clients allowed to make remote calls to SAM"
Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network access: Restrict clients allowed to make remote calls to SAM"
Was this article helpful?
thumb_up
Yes
thumb_down
No