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

Directory Service 无法访问OpenLDAP解决方法

2012-01-24 
Directory Service 无法访问OpenLDAPString path ldap://localhost/dcmytest,dccomString userName

Directory Service 无法访问OpenLDAP
String path = "ldap://localhost/dc=mytest,dc=com";
String userName = "cn=Manager,dc=mytest,dc=com";
String password = "secret";
using (DirectoryEntry de = new DirectoryEntry(path, userName, password, AuthenticationTypes.ServerBind))
执行这块代码后,de的很多属性,例如Name都抛出COMException异常,不知道为什么。
我的OpenLDAP配置已经可以使用,通过浏览器访问ldap://localhost/dc=mytest,dc=com都是可以成功的。
我的OpenLDAP支持SSL认证。但是没有配置支持Kerberos认证。
用DirectoryService一定要用Kerberos进行身份认证吗?需要怎么实现或者需要怎么配置OpenLDAP呢?
请高手指点!谢谢!

[解决办法]
是滴

怎么实现嘛
等楼下
[解决办法]
8哥。。不懂!

热点排行