Ask windowsidentity IsInRole but about NOT current user

C

Carome

Hi

I need to ask if a user (I have login and password) belongs to a
particular group of Windows 2000 users. There are methods for doing
this but with the current user....

I have found some examples using impersonate method, but with this
restriction:

' This sample can be run only on Windows XP. The default Windows 2000
security policy
' prevents this sample from executing properly, and changing the
policy to allow
' proper execution presents a security risk.

Any other way of doing the same?

thanx in advance

Carome
 
W

Wessel Troost

I need to ask if a user (I have login and password) belongs to a
particular group of Windows 2000 users. There are methods for doing
this but with the current user....
You probably can do this using LDAP, see the DirectoryServices namespace.

Greetings,
Wessel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top