Permissions required to look up a domain user's group memberships

Posted by adrianbanks on Server Fault See other posts from Server Fault or by adrianbanks
Published on 2010-06-18T14:49:07Z Indexed on 2010/06/18 14:54 UTC
Read the original article Hit count: 234

I am writing some code to look up the members of particular domain groups. Does the user that this application runs as need any particular permissions on the domain to get this information?

Background: I have already determined that the application needs to be run as a domain user to be able to query information from the domain. I have a list of group names and for each group, I need to look up the members of that group on the domain and get their names/usernames.

© Server Fault or respective owner

Related posts about security

Related posts about active-directory