Brian Clarkson wrote:
Alan DeKok wrote:
You're using an older version of FreeRADIUS, probably. PEAP is supported only in the latest CVS snapshots.
and it seems the latest snapshot crashes ...
rad_recv: Access-Request packet from host 67.65.12.193:33075, id=148, length=138
--- Walking the entire request list ---
Waking up in 31 seconds...
Threads: total/active/spare threads = 5/0/5
Thread 1 got semaphore
Thread 1 handling request 0, (1 handled so far)
User-Name = "fakeAcctTwo"
NAS-Identifier = "AirStation Pro"
NAS-IP-Address = 172.16.0.1
NAS-Port = 1
NAS-Port-Type = Wireless-802.11
Called-Station-Id = "00022d75ad58"
Calling-Station-Id = "00022d18efec"
Framed-MTU = 1400
EAP-Message = 0x020100100166616b654163637454776f
Message-Authenticator = 0x49b3fe0367fffcbdd31171abbecfde60
modcall: entering group authorize for request 0
Bus error
all i changed in ./configure was the prefix ( so that i didn't overwrite the existing install )
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
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

