Estou tentando configurar um servidor radius para autenticar no LDAP, mas estou enfrentando um problema estranho:
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..
Como você pode ver por ldaps://
, ele está usando segurança de transporte. O que está acontecendo aqui? Como posso consertar isso?
EDIT: pensei em tentar com starttls. Não resolveu nada:
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..
EDIT 2: O inferno? Até faz isso quando eu o canalizo através do stunnel.
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..
Ok, eu não tenho idéia do que diabos aconteceu, mas quando eu aumentei a verbosidade do log do meu servidor LDAP para depurar, o problema simplesmente desapareceu, e quando eu o coloquei de volta ele continuou.