16 Sep
2005
16 Sep
'05
12:23 a.m.
Ben Dowling <bendowling@lineone.net> wrote:
I am using freeradius 1.0.4. I have enabled the 'sql' module in the accouting section of radiusd.conf but the accouting data is logged to /var/log/radius/radacct and not to mysql. How do I configure this?
Run the server in debugging mode, send it accounting packets, and look for the word "sql" in the debug output. There's also an "sqltrace" file (see sql.conf) which logs SQL queries. Alan DeKok.