我试图设置一个radius服务器来验证LDAP的身份,但我遇到了一个奇怪的问题:
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。什么都没修好:
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:见鬼?当我把它吹过特技时,它甚至会这样做。
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..发布于 2018-03-13 02:05:16
好吧,我不知道到底发生了什么,但是当我为了调试而增加LDAP服务器的日志复杂性时,问题就消失了,当我把它放回去时,它就消失了。
https://serverfault.com/questions/901311
复制相似问题