📄 radiusd.conf.5
字号:
.TH radiusd.conf 5 "23 Jan 2004" "" "FreeRADIUS configuration file".SH NAMEradiusd.conf \- configuration file for the FreeRADIUS server.SH DESCRIPTIONThe \fBradiusd.conf\fP file resides in the radius database directory,by default \fB/etc/raddb\fP. It defines the global configuration forthe FreeRADIUS server..SH "FILE FORMAT"The file consists of attribute-value pairs, sections, and comments.Attribute-value pairs are of the form \fBname = value\fP.A section begins with a section name, followed on the same line by anopen bracket \fB{\fP. The section may contain othersections, or attribute-value pairs. The section ends with a closebracket \fB}\fP, on a line by itself.Any line beginning with a (\fB#\fP) is deemed to be a comment, and isignored. Lines containing only whitespace are also ignored.The file is line-based. That is, each newline-terminated linerepresents either a comment, a section name, or an attribute-valuepair. It is not possible to specify multiple items on the same line,and there are no continuation lines.The value for a particular attribute may reference a previouslydefined attribute by name. The standard shell reference format\fB${name}\fP is used. When the variable is in a section orsubsection, it may be referenced as \fB${section.subsection.name}\fP.Forward references are not allowed. Relative references are allowed,via pre-pending the name with one or more of '.'.The individidual configuration directives are too numerous to listhere, so this manual page only documents the file format. Please readthe sample configuration file distributed with the server for commentsdescribing each of the allowed configuration directives..SH EXAMPLES.PP.DS foo = bar.DESets variable \fBfoo\fP to have text value \fBbar\fP..DS blogs = ${foo}.DESets variable \fBblogs\fP to the value of variable \fBfoo\fP from thecurrent section. If there is no variable \fBfoo\fP in the currentsection, then it looks for that variable in the body of the mainconfiguration file, e.g. \f${Blogdir}\fP.DS my_section {.br baz = bud.br }.DEDefines a section named \fBmy_section\fP, containing variable\fBbaz\fP..DS blogs = ${.foo}.DESets variable \fBblogs\fP to the value of variable \fBfoo\fP,from the current section..DS blogs = ${..foo}.DESets variable \fBblogs\fP to the value of variable \fBfoo\fP, from thesection which contains the current section..DS blogs = ${modules.detail.detailfile}.DESets variable \fBblogs\fP to the value of variable \fBdetailfile\fP,of the \fBdetail\fP module, which is in the \fBmodules\fP section ofthe configuration file..PP.SH FILES/etc/raddb/radiusd.conf.SH "SEE ALSO".BR radiusd (8),.BR users (5).BR clients (5).SH AUTHORAlan DeKok <aland@ox.org>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -