且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用c#连接到LDAP服务器

更新时间:2023-02-07 20:59:11

参考:

如何:连接到LDAP服务器 [ ^ ]

-本主题提供了如何连接到LDAP服务器。



另请查看: LdapConnection类 [ ^ ]



参考类似的问答:如何使用ASP.NET(c#)连接LDAP服务器 [ ^ ]


 


Hi,
I am trying to test the connectivity with the LDAP server but I didn't succeed. I am using
host : ldap.umich.edu
user : cn=Directory Manager,o=University of Michigan,c=us

password is not there.
I connect with this host using third party tool like userbooster and apache directory studio but didn't programmatically.
Can anyone tell how to connect.

Refer:
How To: Connect to an LDAP Server[^]
-This topic provides an example of how to connect to an LDAP server.

Also have a look on: LdapConnection Class[^]

Refer similar QA: How to Connect LDAP server Using ASP.NET (c#)[^]