26 Feb
2008
26 Feb
'08
3:55 a.m.
Alexey Eronko wrote:
I have usual problem for persons who wants to setup LDAP+PEAP integration. I want to setup WIFI with PEAP auth. via FreeRadius. The problem is that I can login with ldap login thought radtest testuser 123456 localhost 10 secret.
Which probably does LDAP bind. That's not what you need for PEAP to work.
It seems that is my direct ldap query don't have : User-Password = "" Atribute.
Then you can't do PEAP. PEAP needs access to the users cleartext password. Configure a password in LDAP for the user, and PEAP will work. Alan DeKok.