17 May
2006
17 May
'06
7:08 p.m.
"Chris Liles" <Chris.Liles@air2web.com> wrote:
To get peap working with a mysql backend do I need to store the LM and NT hashes of the password?
No.
I currently have my db setup like this:
mysql> select * from radcheck; +----+----------+---------------+----+--------+ | id | UserName | Attribute | op | Value | +----+----------+---------------+----+--------+ | 1 | temptest | User-Password | == | authme |
You should ":=", not "==".
Currently it works fine with NTRadPing, but not from the MS Supplicant :(
Debug mode will tell you why: there's no User-Password in the MS-CHAP request to do "==" comparisons on. Alan DeKok.