是否可以通过 Java 应用程序使用 eDirectory 进行 LDAP 身份验证?

发布于 2024-09-08 18:00:55 字数 97 浏览 4 评论 0原文

我必须在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绳情 2024-09-15 18:00:55

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

橘和柠 2024-09-15 18:00:55

使用用户名和密码进行简单 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文