19 Nov
2010
19 Nov
'10
1:44 a.m.
Natr Brazell wrote:
1. I am using mysql for radacct data to keep track of sessions. The accounting data is going into flat files on each radius server. Is there a way to get the accounting data to go directly to into a mysql table? I don't want the accounting data in radacct.
That question makes no sense. radacct *is* a MySQL table.
2. I have multiple NULL sessions in my radacct file??? What causes these and how do folks deal with them?
The NULL sessions are caused by real-life situations. The way to deal with them is to write SQL statements to clean them up. Alan DeKok.