So got to put some data structure for employee-manager relationship in Active diractory.
The employee list already exists in Active directory. Can I create Manager group and assign some employee as Manager. After that can I assign some other employee to those managers.
Please help. TIA Ron
Each object of type
Personin Active Directory already has aManagerattribute.By setting the manager's DN (distinguished name) into that attribute, you're effectively assigning a user to his/her manager.
The employees will all already have a
Managerattribute - just populate those with the DN (distinguished name) of their managers - and you should be set.Of course - those managers also have a
Managerattribute, so you can create any depth of managerial hierarchy as you wish