Re: freeradius no longer accepts Crypt-Password after upgrade
In other news for Wed, Jun 15, 2005 at 10:08:05AM +0200, Rens Houben has been seen typing:
Argh.
Disregard, I'm an idiot. The "No Auth-Type Found" was because I'd forgotten to restore the huntgroups file. Now it's "merely" repeating the original error: "auth: user supplied User-Password does NOT match local User-Password" and rejects. I've pasted a full trace log on http://hiryuu.systemec.nl/~shadur/freeradissues.txt -- Rens Houben | opinions are mine Resident linux guru and sysadmin | if my employers have one Systemec Internet Services. |they'll tell you themselves PGP key at http://swordbreaker.systemec.nl/~shadur/shadur.key.asc
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.
participants (2)
-
Alan DeKok -
shadur@systemec.nl