ldaps 配置后,ldapsearch 不显示条目

发布于 2024-12-09 00:35:29 字数 373 浏览 0 评论 0原文

我通过参考 http://linuxtechres 配置了 ldaps。 blogspot.com/2010/04/how-to-configure-ldaps-or-starttls.html。 之后,当我尝试 ldapsearch 时,它不会显示任何结果。 条目存在于 ldap 中,因为如果我尝试 ldapadd 它们,我会收到错误。 如果我从 ldap.conf 和 slapd.conf 中删除 TLS 相关信息,则 ldapsearch 可以正常工作并显示所有条目。

有人可以帮忙吗?

I configured ldaps by refering http://linuxtechres.blogspot.com/2010/04/how-to-configure-ldaps-or-starttls.html.
after that when I try to ldapsearch, it wont display any resulsts.
entries are there in ldap, as I will get error if I try to ldapadd them .
If I remove TLS related info from ldap.conf and slapd.conf , ldapsearch works nicely and display all entries.

Can someone help please?

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

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

发布评论

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

评论(3

握住我的手 2024-12-16 00:35:29

您的配置文件中是否有最低限度的机密性要求?此外,ACL 的工作方式是它们在第一次点击后停止处理(一般情况下),因此如果您对特定用户类型的 ACL 具有极大的限制,这可能就是导致您遇到这种情况的原因。管理员帐户始终可以看到所有内容,以防您搞砸事情。

Do you have some minimum level of confidentiality required in your config file? Also the way the ACLs work is that they stop processing after the first hit (in general) so if you have an ACL on a specific user type that is extremely limiting that may be what causes your situation. The admin account can always see everything in case you do mess things up.

绮烟 2024-12-16 00:35:29

可能已经晚了,但是...您尝试过 ldapsearch/ldapadd 选项“-ZZ”吗?

Probably late for this, but... Have you tried the ldapsearch/ldapadd option "-ZZ"?

梦冥 2024-12-16 00:35:29

您想要做的是查看 slapd.log 文件,看看当您尝试连接时 OpenLDAP 服务器返回什么错误。然后您就会得到下一步该去哪里的提示。

What you want to do is look at the slapd.log file and see what error the OpenLDAP server is returning when you try to connect. Then you will have a hint of where to go next.

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