Let's say I'm in
OU=Groups,DC=contaco,DC=com,ct
I can find all the groups in a sub OU, but the only way to find all of the groups user 'bobdole' belongs to is for me to look at each group and see if he is in the 'member' field.
Unfortunately, when I look at user 'bobdole', I don't see a memberOf field that has all of these lists, hence I have to enumerate through each group\distribution list and see which he is a member of.
Is there no more efficient way to do this? I'm in c#