26 Sep
2007
26 Sep
'07
5:57 a.m.
Wojciech Ziniewicz wrote:
Maybe i do something uncorrect with the operators ? or there are too few attributes/values in my radcheck/radreply ?
No.
As I understand for now - My client gives me the password md5'ed with the challenge , then my server compares the client's string with cleartext-password (not md5'ed with challenge)
No. The server hashes the cleartext password it has, and compares that to the hash supplied by the RADIUS client.
which is bad OR he does not show the md5'ed form of the cleartext-password....
I am going to try default config for freeradius, maybe this will help.
Try also with "ntradping", or another non-FreeRADIUS client. If CHAP works for those clients, then the CHAP code in PPPoE is broken. Alan DeKok.