【发布时间】:2014-01-30 04:47:33
【问题描述】:
Dim oEntry As DirectoryEntry
Dim path As String = "ldap://10.0.17.79:389/dc=maxcrc,dc=com"
Dim username As String = "cn=Manager,dc=maxcrc,dc=com"
oEntry = New DirectoryEntry(path, username, "abc")
无法连接到 openLDAP 服务器。
【问题讨论】:
-
我不会错过所有那些 [几乎没用的] COM 错误:|
标签: vb.net ldap directoryentry