Novell.directory.ldap
我目前正在检查连接到 NOVELL eDirectory 的 Web 服务代码。我试图找出这些代码是如何与 Novell eDirectory 连接的,但我找不到它。
该程序是C#.net,它使用Novell.Directory.Ldap API
I am currently reviewing a web service codes that is connected to NOVELL eDirectory. I am trying to find how did the codes connect with the Novell eDirectory but I wasn't able to find it.
The program is C#.net and it is using Novell.Directory.Ldap API
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Novell LDAP,为了安全起见,它的端口为 636,您需要 eDir 中的一个帐户进行绑定,并且您需要 eDir CA 的证书才能访问它。虽然您可以更改设置以允许通过 389 连接到 LDAP 进行查找,但您不应该以这种方式进行身份验证。
Novell LDAP, for secure, it's port 636, you'll need an account in the eDir to bind with AND you will need a certificate from the eDir CA to access it. While you can change the settings to allow connection to the LDAP over 389 for lookup, you should not do authentication that way.
在 eDirectory 方面,您可以连接到它指向的服务器,并使用 DSTrace 来监视 LDAP 连接及其要求的内容。
Well on the eDirectory side, you can connect to the server it is pointing at, and use DSTrace to watch the LDAP connection and what it is asking for.