首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用传输加密时需要“传输加密”

使用传输加密时需要“传输加密”
EN

Server Fault用户
提问于 2018-03-13 00:33:06
回答 1查看 1.7K关注 0票数 1

我试图设置一个radius服务器来验证LDAP的身份,但我遇到了一个奇怪的问题:

代码语言:javascript
复制
rlm_ldap (ldap): Bind with radiusd@[domain] to ldaps://localhost:636 failed: Strong(er) authentication required
rlm_ldap (ldap): Server said: BindSimple: Transport encryption required..

正如您通过ldaps://所看到的,它使用的是传输安全性。这里发生了什么事?我怎么才能解决这个问题?

编辑:我想我应该试试starttls。什么都没修好:

代码语言:javascript
复制
rlm_ldap (ldap): Bind with radiusd@[domain] to ldap://localhost:389 failed: Strong(er) authentication required
rlm_ldap (ldap): Server said: BindSimple: Transport encryption required..

编辑2:见鬼?当我把它吹过特技时,它甚至会这样做。

代码语言:javascript
复制
rlm_ldap (ldap): Bind with radiusd@[domain] to ldap://localhost:3636 failed: Strong(er) authentication required
rlm_ldap (ldap): Server said: BindSimple: Transport encryption required..
EN

回答 1

Server Fault用户

回答已采纳

发布于 2018-03-13 02:05:16

好吧,我不知道到底发生了什么,但是当我为了调试而增加LDAP服务器的日志复杂性时,问题就消失了,当我把它放回去时,它就消失了。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/901311

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档