detail {
# Note that we do NOT use NAS-IP-Address here, as that
# attribute MAY BE from the originating NAS, and NOT
# from the proxy which actually sent us the request.
# The Client-IP-Address attribute is ALWAYS the address
# of the client which sent us the request.
#
detailfile = ${radacctdir}/%{Client-IP-Address}/detail
detailperm = 0600
}
but this makes Angelos comment to me make sense:
====
The "Fine" Manual says
detailfile = ${radacctdir}/%{Client-IP-Address}/detail-%Y-%m
====
so I can change the name of the detail file with the %Y %m macros? hence the "auto-rotation"?
--On Thursday, October 31, 2002 2:28 PM -0500 Alan DeKok <[EMAIL PROTECTED]> wrote:
Daniel Monjar <[EMAIL PROTECTED]> wrote:> The server always opens the log file by name, so moving it out of > the way will cause a new one to be created.Excellent! All of the files? (detail, radwtmp, ...)The 'detail' file is rotated automatically. Read the configuration file to see why. As for radwtmp, you might as well delete it, if it gets big enough. I don't even see a need for it, for most situations. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Daniel Monjar IS Manager, Technical Services bioM�rieux, Inc. Durham, NC US - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
