⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rlm_unix.5

📁 radius服务器
💻 5
字号:
.TH rlm_unix 5 "5 February 2004" "" "FreeRADIUS Module".SH NAMErlm_unix \- FreeRADIUS Module.SH DESCRIPTIONThe \fIrlm_unix\fP module allows authentication against the systempassword, shadow, and group files.  It also provides FreeRADIUS aninterface into a radwtmp file (used by "radlast") when added to theaccounting section..PPThe \fIrlm_unix\fP module provides the functionality for "Auth-Type =System", rather than "Auth-Type = Unix".  The "System" name is usedfor historical reasons..PPThe main configuration items to be aware of are:.IP cacheThis is a 'yes' or 'no' option.  If set to yes, FreeRADIUS will readthe system files into memory, rather than perform a system call tolookup the information.  On *BSD systems, you should set this value tono.  On other systems, if you have a very large passwd and shadowfiles, you can try setting this to yes, which may increase the serversperformance.  The default is no..IP cache_reloadThis is the number of seconds to wait between refreshing the cached files from the system.  It has no effect unless you enable caching..IP passwdThe path to the system passwd file.  Usually /etc/passwd.  Ifcommented out, or not set, the server will retrieve the informationvia systemcalls..IP shadowThe path to the system shadow file.  Usually /etc/shadow.  This is notset by default..IP groupThe path to the system group file.  Usually /etc/group.  This is notset by default..IP radwtmpThe path to the system wtmp file to be used for keeping the databaseof online users as read by the 'radlast' program..IP usegroupThis is a 'yes' or 'no' option.  If set to 'yes' this allows the Groupattribute to be used as a check item.  Default is 'no'..SH CONFIGURATION.PP.DSmodules {  ....br  unix {.br    cache = no.br    cache_reload = 600.br    #passwd = /etc/passwd.br    #shadow = /etc/shadow.br    #group = /etc/group.br    usegroup = no.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 radlast (1).SH AUTHORSChris Parker, cparker@segv.org

⌨️ 快捷键说明

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