Active Directory Delegation Modify Managers Attribute

IT GURU 1 Reputation point
2022-01-06T20:20:16.473+00:00

When trying to delegate permissions on an OU to allow a user to have the ability to edit certain fields, I noticed they are still unable to manage the "Manager" field. I delegated read and write permissions to allow him to edit the Manager field and it still doesn't allow him to.

Any thoughts? Is there anywhere else I need to make these permissions changes?

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Gary Reynolds 9,621 Reputation points
    2022-01-06T20:47:17.487+00:00

    Hi @IT GURU

    The manager attribute is a linked attribute and is the backlink of the directReports attribute. Backlink attributes are read-only and changes to the attribute must be made on the forward link attribute, in this case directReports. You will need to delegate write access to the directReport attribute to allow the manager attribute to be changed.

    Gary.


  2. Gary Reynolds 9,621 Reputation points
    2022-01-16T11:48:35.183+00:00

    Hi @IT GURU

    Sorry for the slow response, I've been away for the last week. Not sure if you have resolved your issue or not but here is some additional information.

    Firstly a correction to the information I provided previously. The directReports is the backlink attribute, the manager attribute is the one that requires write permissions.

    With the manager attribute, it's not possible to type directly into the field within ADUC, you must use the Change button to select the object you want to be the manager. The Change button will only be enabled if the user making the change has write access to the manager attribute.

    165384-image.png

    The write access to the manage attribute can be granted in a number of ways:

    1. Full Control of the user object
    2. Write access to all properties
    3. Write access to the manager attribute
    4. Write access to the public information property set, which includes manager

    If you assigning the permission at the OU level, make sure that you set the permissions to be all descendant objects or descendant user object, so the permissions are applied to the user objects in the OU.

    165441-image.png

    Gary.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.