|
NAMErlm_detail - FreeRADIUS ModuleDESCRIPTIONThe rlm_detail module writes radius packets to 'detail' files. It is primarily used for storing accounting information, but can be used in other sections to write packet details as well.The file format is similar to that of the old Livingston servers, and many 'detail' file parsers should work with FreeRADIUS. The main configuration items to be aware of are:
%{radacctdir}/%{Client-IP-Address}/detail-%Y%m This will create one file per month, for each client. This accomplishes 'file rotation' automatically from within the server.
CONFIGURATIONmodules { ... detail { filename = ${radacctdir}/%{Client-IP-Address}/detail-%Y%m permissions = 0600 dir_permissions = 0755 locking = no } ... SECTIONSauthorization, accounting, pre_proxy, post_proxy, post_authenticationFILES/usr/local/share/examples/freeradius/raddb/radiusd.confSEE ALSOradiusd(8), radiusd.conf(5)AUTHORSChris Parker, cparker@segv.org
Visit the GSP FreeBSD Man Page Interface. |