日期:2014-05-19  浏览次数:20992 次

Novell C# LDAP Library的问题,很着急
我用LDAPbrowser去连接openldap没有问题(DN:cn=Manager,Password:secret)
但用Novell的那套C#   LDAP   Library去连接时总是报Invalid   Credentials的错

LdapConnection   ldapConn=   new   LdapConnection();
ldapConn.Connect( "localhost ",389);
ldapConn.Bind( "cn=Manager ", "secret ");

第三行那里就报Invalid   Credentials的错
求教,很急的问题

------解决方案--------------------
http://www.novell.com/coolsolutions/feature/11204.html

http://www.thescripts.com/forum/thread116541.html