首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

Novell C# LDAP Library的有关问题,很着

2011-12-27 
Novell C# LDAP Library的问题,很着急我用LDAPbrowser去连接openldap没有问题(DN:cnManager,Password:sec

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

热点排行