16 Oct
2013
16 Oct
'13
1:51 p.m.
Vladimir Stefanov wrote:
Is there any option for freeradius for setting maximum file size?
No. But you can split the files more often.
detail { detailfile = ${radacctdir}/%{Client-IP-Address}/detail-%Y%m%d detailperm = 0600 }
Use: detailfile = ${radacctdir}/%{Client-IP-Address}/detail-%Y%m%d%H To get hourly logs. That will split a 2G file into 24 pieces. Alan DeKok.