rlm_detail (5) - Linux Manuals
rlm_detail: FreeRADIUS Module
NAME
rlm_detail - FreeRADIUS ModuleDESCRIPTION
The 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:
- file
- The file name in which to store the radius packet records. NOTE: this variable is run through dynamic string expansion, and can include FreeRADIUS variables to create a dynamic filename.
CONFIGURATION
modules {
...
detail {
filename = %A/%{Client-IP-Address}/detail-%Y%m
permissions = 0600
dir_permissions = 0755
locking = no
}
...
}
...
accounting {
...
detail
...
}
SECTIONS
authorization,
accounting,
pre_proxy,
post_proxy,
post_authentication
FILES
/etc/raddb/radiusd.conf
AUTHORS
Chris Parker, cparker [at] segv.org