MySQL Authentication Problem (v3.0.3)

Alan DeKok aland at deployingradius.com
Wed Jul 15 22:16:08 CEST 2015


On Jul 15, 2015, at 4:10 PM, Pyromancer <pyromancer at inkubus-sukkubus.co.uk> wrote:
> The database entry looks like this:
> 
> mysql> SELECT id, username, attribute, value, op FROM radcheck WHERE
> username = 'xktester' ORDER BY id;
> +------+------------+----------------------+------------------------------+----+
> | id   | username   | attribute            | value                        |
> op |
> +------+------------+----------------------+------------------------------+----+
> | 3983 | xktester   | Cleartext-Password   | correct_horse_battery_staple |
> == |

  Using "==" is wrong.  Use ":=".

  See the Wiki, and look for rlm_sql.  This is documented there.

  Alan DeKok.




More information about the Freeradius-Users mailing list