User Permissions in a Domain

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I determine in .NET which group of users a person belongs to in a
domain ?

e.g. I want to prevent certain users from accessing certain parts of a
program based on their group policy used

Thanks
Gerry
 
dotnetnewbie said:
How do I determine in .NET which group of users a person belongs to
in a domain ?

e.g. I want to prevent certain users from accessing certain parts of
a program based on their group policy used


Have a look @ one of these groups for language unrelated questions:
microsoft.public.dotnet.framework.*


Armin
 
Hi Armin,

The question is related to VB.NET hence posted here. I am looking for code
sample(s) that show how to access/read the AD in VB.NET - specifically User
Groups

Thanks
Gerry
 
dotnetnewbie said:
Hi Armin,

The question is related to VB.NET hence posted here. I am looking
for code sample(s) that show how to access/read the AD in VB.NET -
specifically User Groups

The first step is to learn how to use the Framework to do what you intend to
do. The 2nd step is to implement it in VB.Net. Reading your question, it was
not obvious that you already did step 1, thus my hint to the other group.


Armin
 

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

Back
Top