17 Mar
2006
17 Mar
'06
12:20 p.m.
| 77 | norbert | User-Password | xxxxxxxx | == | ... CHAP-Challenge = 0x4aaccdf7f520730e84f58bc4018c04217b97 CHAP-Password = 0xb6fe48120b0aed82ffdb4d782f3b51cd6a
There is no User-Password in the packet, so using '==' for comarison will never result in a match.
but it still works with '==', why? I see radius gets username from peap message (if it is not in identity) and do the sql query (it returns 1 row) and gets the password also from peap message and then says rlm_eap_peap: Tunneled data is valid. rlm_eap_peap: Success Of course the password must be correct :-). Can anybode describe how the rlm_sql works? What does it do? there is not much in documentation for rlm_sql. norbert