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

