我正在尝试设置一个半径服务器来针对 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..
好的,我不知道到底发生了什么,但是当我增加 LDAP 服务器的日志详细度以进行调试时,问题就消失了,当我把它放回去时,它仍然消失了。