System.DirectoryServices Namespace ???

G

Guest

Hi

Is it possible and if so, can someone point me to an example, to via VB.Net
code pass the User name and password to login to Active Directory Securty
domain?
for example the user is at home with a program and wants to login to an
application at work via the AD USN/PSW

Thanks

BrianDH
 
P

Paul Clement

¤ Hi
¤
¤ Is it possible and if so, can someone point me to an example, to via VB.Net
¤ code pass the User name and password to login to Active Directory Securty
¤ domain?
¤ for example the user is at home with a program and wants to login to an
¤ application at work via the AD USN/PSW

You should be able to find an example in the below link:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/dotnetadsearch.asp

Just keep in mind that the example only verifies credentials, it doesn't enable permissions with
respect to declaritive security.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

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