Re: WindowsTokenRoleProvider & Domain Groups



Well, the Windows token for you on the web server should contain the DLGs.
You might try getting the WindowsIdentity object associated with the user
and looking at the Groups property. If the DLGs aren't in there, then I
don't know what the problem is. On the other hand, I don't know why the
role provider method wouldn't return those if they were in the token, so
there is a mystery in general.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Craig Wagner" <MSDNNospam207@xxxxxxxxxxxxx> wrote in message
news:5861FC23-7304-4D98-8B62-2963C0707EC1@xxxxxxxxxxxxxxxx
The web server is in the same domain as the DLGs.

"Joe Kaplan" wrote:

Are those domain local groups that are local to the domain the web server
is
in? If the web server is in a different domain than the DLGs, then that
is
the expected behavior.



.