使用傳輸加密時“需要傳輸加密”

使用傳輸加密時“需要傳輸加密”

我正在嘗試設定一個 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..

答案1

好吧,我不知道到底發生了什麼,但是當我為了調試而增加 LDAP 伺服器的日誌詳細程度時,問題就消失了,當我把它放回去時,它仍然消失了。

相關內容