two hours ago I was able to ntradping and receive an accept. Now, I am
rejected. All I did was load the sql tables with data. (Before, my
only record was the one you see returned below). Shouldn't this still
authorize? Is this due to (2nd to last line) "no authenticate method"?
rlm_sql (sql): sql_set_user escaped user --> 'along'
radius_xlat: 'SELECT id, UserName, Attribute, Value, op FROM radcheck WHERE Username = 'along' ORDER BY id'
mysql> +----+----------+-----------+------------+----+
-> | id | username | attribute | value | op |
-> +----+----------+-----------+------------+----+
-> | 1 | along | password | testing123 | == |
-> +----+----------+-----------+------------+----+
-> 1 row in set (0.00 sec)