LDAP question

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

Guest

Hi everyone,
I have a task to do on our current existing website wich is a .aspx+C#. What
I need to add, is to create an authentication form and then based on user's
privillage give him ability to view some pdf documents. So I was wondering if
C# is the right language to do this task and also if someone know any
resource or example code for me to learn how to work with Active Directory
LDAP to authenticate users.
thanks for any advice-Rob
 
Yep, you can do this with C# or any other .NET language. You'll have to use
System.DirectoryServices namespace to accomplish your tasks.

DirectoryEntry is the class to work with Active Directory data...
 
Hi Vadym,
Can you tell me where I can see some examples of authentication against AD,
and maybe source to read.
Thanks-Rob
 
Back
Top