Determining Cross Domain Active Directory Group Membership

Posted by thecaptain0220 on Stack Overflow See other posts from Stack Overflow or by thecaptain0220
Published on 2010-12-21T20:38:00Z Indexed on 2011/01/01 20:53 UTC
Read the original article Hit count: 192

I am currently working on a project where I need to query Active Directory to determine group membership of a user. I initially was locating the user and retrieving the memberOf attribute. The problem with this is that there is a domain and a child domain. The groups are universal groups so they can be used in both domains and they don't show up in the memberOf attribute. Unfortunately there doesn't seem to be much info around for Active Directory access with C++. Is there anyway to determine group membership in this case in C++?

© Stack Overflow or respective owner

Related posts about c++

Related posts about active-directory