S
-Steve-
I need to check and see if the user running a c# app is a member of a
certain group.
I'm querying active directory, finding the user, and going through their
list of groups. The problem I have is that if the user is a member of
group1, and group1 is a member of group2, I won't find out that the user is
a member of group2. Basically it's not handling nested groups.
So I have the option of drilling down into groups but it seems like there
should be a better way.
certain group.
I'm querying active directory, finding the user, and going through their
list of groups. The problem I have is that if the user is a member of
group1, and group1 is a member of group2, I won't find out that the user is
a member of group2. Basically it's not handling nested groups.
So I have the option of drilling down into groups but it seems like there
should be a better way.