为我的 drupal 配置 LDAP 时出现问题

发布于 2024-10-17 07:54:08 字数 272 浏览 2 评论 0原文

我在使用 drupal 配置 LDAP 时遇到问题,我安装了所有需要的模块并进行了相应的设置。当我单击 test 在 drupal 的 LDAP_integration 模块中运行测试时,它显示 LDAP 服务器的身份验证成功。

但是当我注销 ant 然后尝试使用 LDAP 登录时,它会给出错误抱歉,无法识别的用户名或密码。您忘记密码了吗?

我运行wireshark来查看跟踪,它显示searchrequest正在进行并且searchresdone成功,但结果是0

我应该做什么?

I am facing problem in configuring LDAP with my drupal, I installed all needed modules and put settings accordingly. When i am clicking test to run the test in LDAP_integration module of drupal it is showing Authentication with the LDAP server succeeded.

But when i am logging out ant then trying to login with LDAP it is giving error Sorry, unrecognized username or password. Have you forgotten your password?

I ran wireshark to see the trace and it shows that searchrequest is going and searchresdone success but results is 0

What should i do??

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

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

发布评论

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

评论(1

我恋#小黄人 2024-10-24 07:54:08

一些基本问题:

  • 您是否在设置中为用户正确配置了分支?
  • 您是否正确配置了通用名称?
  • 您是否正确配置了电子邮件属性?
  • 您是否尝试过使用第三方工具进行搜索(我使用 LDAP 浏览器,但您也可以使用命令行工具ldapsearch)看看是否可以通过上述参数返回用户?
  • 您可以在 LDAP 服务器上打开调试来查看已发送的实际查询吗?

另外:

通过 SSL 使用 LDAP 可能会很棘手,我建议首先让它通过常规 LDAP 工作

Some base questions:

  • Have you configured the branch for your users correctly in the settings?
  • Have you configured the common name correctly?
  • Have you configured the email attribute correctly?
  • Have you tried a search using a third party tool (I use LDAP browser, but you can also use the command line tool ldapsearch) to see if you can return the user with the above parameters?
  • Can you turn on debug on the LDAP server to see the actual query been sent?

Also:

Using LDAP over SSL can be tricky, I would suggest getting it to work over regular LDAP first

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