14 Jun
2016
14 Jun
'16
5:23 p.m.
On Jun 14, 2016, at 5:15 PM, liran kessel <lirankessel@gmail.com> wrote:
Can the Freeradius be configured to cache data and write to DB in batches?
Not really. You can write to a log files and run run radsqlrelay, which comes with the server. But it misses much of the logic that the server has for merging RADIUS packets into existing SQL rows. The short answer is to disable sync on the database. Alan DeKok.