ejabberd - LDAP 身份验证

发布于 2024-07-08 09:44:36 字数 1477 浏览 6 评论 0原文

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

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

发布评论

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

评论(2

尴尬癌患者 2024-07-15 09:44:36

我希望您的 ldap_rootdn 实际上应该看起来像

cn=tempadm,dc=server2000,dc=tek2000,dc=com

而不是您在那里使用的格式。

I'd expect that your ldap_rootdn should actually look something like

cn=tempadm,dc=server2000,dc=tek2000,dc=com

rather than the format you've used there.

格子衫的從容 2024-07-15 09:44:36

我以前见过它实际上必须在实际路径之前提供 LDAP://...所以对于这个例子

LDAP://cn=tempadm,dc=server2000,dc=tek2000,dc=com

我也见过它之前 LDAP 需要全部大写。 我不知道你正在使用什么,但就在我使用 LDAP 的时候,我发现了一些东西。

I've seen it before where you actually must supply the LDAP:// before the actual path... so for this example

LDAP://cn=tempadm,dc=server2000,dc=tek2000,dc=com

And I've also seen it before where LDAP needed to be in all caps. I don't know anything about what you're using, but just in the time I've used LDAP those were a few things I've discovered.

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