简体   繁体   中英

LDAP authentication with VB.NET

Is there any a working example of how to connect to LDAP using VB.net?
What it the corret LDAP:// path?

Here you can see many examples (in C#):

http://www.codeproject.com/Articles/18102/Howto-Almost-Everything-In-Active-Directory-via-C#39

For the syntax, here is an example:

DirectoryEntry de = new DirectoryEntry("LDAP://" + domain, user, password);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM