"Chris Liles" <[EMAIL PROTECTED]> 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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

