是否可以通过 Java 应用程序使用 eDirectory 进行 LDAP 身份验证?
我必须在 Java 应用程序中使用 eDirectory 实现 LDAP 身份验证。我想你们中的一些人已经尝试过这个解决方案。您能分享您的想法吗?如果可能的话,可以分享示例代码吗?
I have to implement LDAP authentication with eDirectory in Java application. I guess some of you have tried this solution. Can you share your ideas and if possible sample code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Java 和 eDirectory 过去常常遇到问题,您可以在此处看到 http:// forums.sun.com/thread.jspa?threadID=547273 和此处 https://issues.apache.org/bugzilla/show_bug.cgi?id=22236 希望现在情况好多了。最近发布的类大约是一年前,http://developer.novell.com /wiki/index.php/LDAP_Classes_for_Java
Java and eDirectory used to have problems back in the day as you can see here http://forums.sun.com/thread.jspa?threadID=547273 and here https://issues.apache.org/bugzilla/show_bug.cgi?id=22236 Hopefully now things are much better. The recent release of classes is about a year ago, http://developer.novell.com/wiki/index.php/LDAP_Classes_for_Java
使用用户名和密码进行简单 LDAP 身份验证非常简单,正如 Novell 开发人员页面中接受的答案引用一样。
当您想要使用其他方法(例如 X.509 证书、智能卡、生物识别技术等)时,就会出现复杂性。
Simple LDAP authentication with Username and Password is quite straightforward as the accepted answer references from the Developer page at Novell.
Complexity arises when you want to use some other method, like X.509 certs, Smart Cards, biometrics and so on.