UGH so my problems continue. We were once properly working with mysql, however I am running in debug just now and see that sql is not working any more for authentication. This is what I get:
sql_set_user: escaped user --> 'bjparker' radius_xlat: 'SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE Username = 'bjparker' ORDER BY id' rlm_sql: Reserving sql socket id: 4 rlm_sql: User bjparker not found yet if I got to the mysql client and copy and paste that same SELECT command, it returns : +------+----------+-----------+---------+------+ | id | UserName | Attribute | Value | op | +------+----------+-----------+---------+------+ | 4891 | bjparker | Password | (deleted) | NULL | +------+----------+-----------+---------+------+ Anyone have any thoughts on this? I'm gonna comb the archives some more, just hoping someone in here knows offthe top of their head :) - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
