rlm_unix.5

来自「使用最广泛的radius的linux的源码」· 5 代码 · 共 68 行

5
68
字号
.\"     # DS - begin display.de DS.RS.nf.sp...\"     # DE - end display.de DE.fi.RE.sp...TH rlm_unix 5 "17 February 2005" "" "FreeRADIUS Module".SH NAMErlm_unix \- FreeRADIUS Module.SH DESCRIPTIONThe \fIrlm_unix\fP module reads crypt(3) passwords from the systempassword file, and allows the server to use them for authentication.The module also provides FreeRADIUS an interface into a radwtmp file(used by "radlast") when added to the accounting section..PPThe \fIrlm_unix\fP module does provides the functionality for"Auth-Type = System".  The module should be listed in the"authenticate" section.  Please see the default \fIradiusd.conf\fPshipped with the server for an example of the correct usage of thismodule..PPAs of FreeRADIUS 1.1.0, the module no longer reads, or caches/etc/passwd, /etc/shadow, or /etc/group.  If you wish to cache thosefiles, see \fIrlm_passwd\fP.  Most, if not all, configurations shouldnot need those files to be cached..PPThe main configuration items to be aware of are:.IP radwtmpThe path to the system wtmp file to be used for keeping the databaseof online users as read by the 'radlast' program..SH CONFIGURATION.PP.DSmodules {  ....br  unix {.br    radwtmp = ${logdir}/radwtmp.br  }.br  ....br}.DE.PP.SH SECTIONS.BR authentication,.BR accounting.PP.SH FILES.I /etc/raddb/radiusd.conf,.PP.SH "SEE ALSO".BR radiusd (8),.BR radiusd.conf (5),.BR rlm_passwd (5),.BR radlast (1).SH AUTHORSChris Parker, cparker@segv.org

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?