Brian Clarkson <[EMAIL PROTECTED]> wrote: > Unable to correctly authenticate a WinXP supplicant using PEAP/ MS-CHAP v2. > > i don't know if i have FreeRADIUS misconfigured, if I'm missing an entry > in the database ... or what ....
You're using an older version of FreeRADIUS, probably. PEAP is supported only in the latest CVS snapshots. Alan DeKok. > i don't understand the "no entry found ... " errors. here are the > results of the queries that are run: > > mysql> SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE > Username = 'fakeAcctTwo' ORDER BY id > -> ; > +----+-------------+---------------+----------------+----+ > | id | UserName | Attribute | Value | op | > +----+-------------+---------------+----------------+----+ > | 6 | fakeAcctTwo | CHAP-Password | anotherBadPass | == | > +----+-------------+---------------+----------------+----+ Don't put CHAP passwords into the database. Use User-Password, instead. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

