16 Oct
2013
16 Oct
'13
2:11 p.m.
That's it :-) Thank you On Wed, Oct 16, 2013 at 7:51 PM, Alan DeKok <aland@deployingradius.com>wrote:
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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html