freeradius no longer accepts Crypt-Password after upgrade
Alan DeKok
aland at ox.org
Wed Jun 15 21:15:34 CEST 2005
shadur at 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.
More information about the Freeradius-Users
mailing list