Is it possible to define all users in Active Directory so they are also hierarchically related between each other?
In other words: Is it possible to define managers from top of my firm and all the way to the bottom users that don't manage anyone...
Possble? How?
Additional info
I'm building an application where users will be able to manage other user's data. So root of user tree is the admin, that can manage all other users (because all of them are in the subtree). But other users will only be able to manage their own subtree of users... That's why I need to define managers somehow. If I won't do it in the AD I will have to define managers in my application referencing certain AD user accounts and having that data in my data store which seems a bit cumborsume. But I may select whatever tree DB structure I want. Probably one that is very fast with reading subtree nodes, because this operation will be by far the most frequent. If I can't read all nodes at once from AD it would work slower anyway. But managing this structure will be pain in th a@@...