Alan DeKok wrote:

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.

ok ... guess i'll have to grab the CVS snap. i have the most recent release version ( 0.9.3 ).


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.

i'd already tried User-Password and it didn't work. it's no issue to change it.


thanks!

--brian


- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to