H
Harold
I have added a new active directory security group and added myself to it.
IsInRole is returning False for this new group. The user and the group are
in the same domain.
The group and user was added 24 hours ago, so I think it has had time to
replicate.
I used Reflection to call _GetRoles and the group does NOT show up in this
list. There are however 2 entries in the list that are Nothing.
I used DirectorySearcher to get a list of all the groups the user is in and
this DOES return the group.
What else can be done to figure out why IsInRole is not return True for this
group?
-Harold
IsInRole is returning False for this new group. The user and the group are
in the same domain.
The group and user was added 24 hours ago, so I think it has had time to
replicate.
I used Reflection to call _GetRoles and the group does NOT show up in this
list. There are however 2 entries in the list that are Nothing.
I used DirectorySearcher to get a list of all the groups the user is in and
this DOES return the group.
What else can be done to figure out why IsInRole is not return True for this
group?
-Harold