rlm_detail.5
来自「radius开放源码,用C写的,广泛用于认证服务器、认证计费。」· 5 代码 · 共 81 行
5
81 行
.TH rlm_detail 5 "5 February 2004" "" "FreeRADIUS Module".SH NAMErlm_detail \- FreeRADIUS Module.SH DESCRIPTIONThe \fIrlm_detail\fP module writes radius packets to 'detail' files.It is primarily used for storing accounting information, but can beused in other sections to write packet details as well..PPThe file format is similar to that of the old Livingston servers, andmany 'detail' file parsers should work with FreeRADIUS..PPThe main configuration items to be aware of are:.IP detailfileThe file name in which to store the radius packet records. NOTE: thisvariable is run through dynamic string expansion, and can includeFreeRADIUS variables to create a dynamic filename..PP %{radacctdir}/%{Client-IP-Address}/detail-%Y%m.PP This will create one file per month, for each client. This accomplishes 'file rotation' automatically from within the server..PP.IP detailpermThe file permissions of the detailfile. If omitted, the default is 0600..IP dirpermThe directory permissions of the directory where the detail files arecreated. The default is 0755..IP lockingThis option is set to 'yes' or 'no'. By default it is 'no'. Set thisto yes to enable file locking, which is used with the 'radrelay'program..SH CONFIGURATION.PP.DSmodules { ....br detail {.br detailfile = %A/%{Client-IP-Address}/detail-%Y%m.br detailperm = 0600.br dirperm = 0755.br locking = no.br }.br ... .br} ....braccounting { ....br detail ....br}.DE.PP.SH SECTIONS.BR authorization,.BR accounting,.BR pre_proxy,.BR post_proxy,.BR post_authentication.PP.SH FILES.I /etc/raddb/radiusd.conf.PP.SH "SEE ALSO".BR radiusd (8),.BR radiusd.conf (5).SH AUTHORSChris Parker, cparker@segv.org
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?