Home All Groups Group Topic Archive Search About

Get role for any given user name ...

Author
25 Aug 2006 11:30 AM
marek.hlavka
Hi,
I have similar problem to this thread (and I want the same thing - I
wanted to check the user role of a given user name)
->
http://groups.google.com/group/microsoft.public.dotnet.security/browse_thread/thread/645bf9a51c53c2fc/e237ffaf0ed88c0d

Code is not executed on a 2003 server or higher so is there another
solution for this ?

I'm loging users accessing intranet pages and I want to do some
statistic for membership of visitors...I'm including all necessary info
now but old log contain only usernames.

Thanx for advice
MH

Author
25 Aug 2006 11:50 AM
Dominick Baier
there  are 3 options

- if the user is a AD user - use LDAP
- get a token for the user (requires credentials)
- use protocol transition

---
Dominick Baier, DevelopMentor
http://www.leastprivilege.com

Show quoteHide quote
> Hi,
> I have similar problem to this thread (and I want the same thing - I
> wanted to check the user role of a given user name)
> ->
> http://groups.google.com/group/microsoft.public.dotnet.security/browse
> _thread/thread/645bf9a51c53c2fc/e237ffaf0ed88c0d
> Code is not executed on a 2003 server or higher so is there another
> solution for this ?
>
> I'm loging users accessing intranet pages and I want to do some
> statistic for membership of visitors...I'm including all necessary
> info now but old log contain only usernames.
>
> Thanx for advice
> MH