15 Jun
2005
15 Jun
'05
3:15 p.m.
shadur@systemec.nl (Rens Houben) wrote:
I've pasted a full trace log on http://hiryuu.systemec.nl/~shadur/freeradissues.txt ... rlm_sql (sql): No matching entry in the database for request from user [hecker]
That's telling. mysql> SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE Username = 'hecker' ORDER BY id; +-----+----------+----------------+---------------+------+ | id | UserName | Attribute | Value | op | +-----+----------+----------------+---------------+------+ | 280 | hecker | Crypt-Password | QYRryBOOozwKg | == | +-----+----------+----------------+---------------+------+ Use ':=', not '==' There's no Crypt-Password attribute in the packet, so you can't test it for equality. Alan DeKok.