Granting user password permissions
About this task
Manage user password changes and resets by enabling users to change their own passwords and administrators to reset user passwords.
Instead of making changes to each user, AD also allows admins to apply permissions to whole hierarchies of users, such as an entire OU.
Steps
-
To allow users to change their own passwords:
-
Right-click on the user group or name to which you want to grant password permissions and click Properties.
-
On the Security tab, select the SELF group of users, and select the Allow checkbox for Change password and the Deny checkbox for Reset password.
-
Click Apply and then OK.
To disable users from changing their own passwords, select the Deny checkbox for Change password.
-
-
To allow admins to reset user passwords:
-
Right-click the Employee user object, click Properties, and then click the Security tab.
-
In the list of groups, select the Service Account and select the Allow checkbox for Change password and Reset password.
-
Click Apply and then OK.
-
-
To add permissions to an entire OU:
-
Open Active Directory Users and Computers.
-
Right-click on the OU of the target users (for example, Employees), and then click Properties.
-
To create customizable permissions, click the Security tab, click Advanced, and then click Add.
-
In the Permission Entry window, click Select a principal.
-
Enter
Service Account
for object name and click OK. -
Clear the default permissions and then select the desired permissions.
For example, the recommended permissions for a service account are:
-
Read all properties
-
Change password
-
Reset password
-
-
Click OK.
-
-
In the Advanced Security Settings window, click Add.
-
In the Permission Entry window, click Select a principal.
-
Enter
SELF
for object name and click OK. -
Clear the default permissions and then select the desired permissions.
For example, the recommended permission for SELF is Change password.
-
Click OK.
-
-
In the Advanced Security Settings window, click Apply and OK.
-
In the Security tab, click Apply and OK.
-