15 May
2015
15 May
'15
8:21 a.m.
On May 15, 2015, at 7:35 AM, Vishesh kumar <linuxtovishesh@gmail.com> wrote:
I am still struggling with below errors ,
WARNING: No "known good" password was found in LDAP.
Read the messages BEFORE that one. FreeRADIUS prints out the LDAP query it's using. You can run the same query manually, to see what is being returned from the LDAP server. Odds are that the query is wrong. And therefore returning the wrong data (or no data), which doesn't include a password. Or, the LDAP server is Active Directory. In which case you have to use ntlm_auth for authentication. Alan DeKok.