Java LDAP 身份验证

发布于 2024-10-06 05:23:17 字数 211 浏览 1 评论 0原文

我正在尝试使用 LDAP 进行身份验证。我使用 Novell 的 OpenLDAP 库来执行此操作 (http://www.openldap.org/jldap/)。

我的问题是它需要一个完整的专有名称来进行身份验证。但是,如果我没有用户 OU 怎么办?

I am trying to use LDAP for authentication. I am using the OpenLDAP library by Novell to do this (http://www.openldap.org/jldap/).

My issue is that it wants a full Distinguished Name to authenticate. However, what if I dont have the users OU?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

余生共白头 2024-10-13 05:23:17

你搜一下!

您需要一些识别信息。用户名、电子邮件、全名。然后您搜索 uid= 或 mail= 或其他有效的用户。

这将返回完整的 DN,然后您可以从那里继续。

You search!

You need some identifying piece of information. Username, email, full name. Then you search for a user who uid= or mail= or whatever works.

That returns the full DN then you proceed from there.

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