📄 dictionary.5
字号:
.TH dictionary 5 "04 Jan 2004".SH NAMEdictionary \- RADIUS dictionary file.SH DESCRIPTIONThe \fIdictionary\fP file resides in the radius database directory,by default \fI/etc/raddb\fP. It contains a list of RADIUS attributesand values, which the server uses to map between descriptive names andon-the-wire data. The names have no meaning outside of the RADIUSserver itself, and are never exchanged between server and clients.Every line starting with a hash sign.RB (' # ')is treated as comment and ignored..PPEach line of the file can contain one of the following strings.TP 0.5i.B ATTRIBUTE name number type [vendor|options]Define a RADIUS attribute name to number mapping. The \fIname\fPfield can be any non-space text, but is usually taken from\fIRFC2865\fP, and other related documents. The \fInumber\fP field isalso taken from the relevant documents, for that name. The \fItype\fPfield can be one of \fIstring\fP, \fIoctets\fP, \fIipaddr\fP,\fIinteger\fP, \fIdate\fP, \fIifid\fP, \fIipv6addr\fP,\fIipv6prefix\fP, or \fIabinary\fP. See the RFC's, or the main\fIdictionary\fP file for a description of the various types.The last (optional) field of an attribute definition can have either avendor name, or options for that attribute. When a vendor name isgiven, the attribute is defined to be a vendor specific attribute.Alternately, the options may be the a comma-separated list of thefollowing options:.TP 0.5i.DS encrypt=[1-3].DE.RSMark the attribute as being encrypted with one of three methods. "1"means that the attribute is encrypted with the method as defined in\fIRFC2865\fP for the User-Password attribute. "2" means that thepassword is encrypted with the method as defined in \fIRFC2868\fP forthe Tunnel-Password attribute. "3" means that the attribute isencrypted as per Ascend's definitions for the Ascend-Send-Secret attribute..RE.DS has_tag.DE.RSMark the attribute as being permitted to have a tag, as defined in\fIRFC2868\fP. The purpose of the tag is to allow grouping ofattributes for tunnelled users. See \fIRFC2868\fP for more details..REWhen the server receives an encoded attribute in a RADIUS packet, itlooks up that attribute by number in the dictionary, and uses the namefound there for printing diagnostic and log messages..TP 0.5i.B VALUE attribute-name value-name numberDefine an attribute value name to number mapping, for an attribute oftype \fIinteger\fP. The \fIattribute-name\fP field MUST be previouslydefined by an \fIATTRIBUTE\fP entry. The \fIvalue-name\fP field canbe any non-space text, but is usually taken from \fIRFC2865\fP, orother documents.. The \fInumber\fP field is also taken from therelevant documents, for that name.When the server receives an encoded value in a RADIUS packet, it looksup the value of that attribute by number in the dictionary, and usesthe name found there for printing diagnostic and log messages..TP 0.5i.B VENDOR vendor-name numberDefine a Vendor Specific Attribute encapsulation for \fIvendor-name\fPto \fInumber\fP. For a list of vendor names and numbers, seehttp://www.iana.org/enterprise-numbers.txt..TP 0.5i.B $INCLUDE filenameInclude dictionary entries from the file \fIfilename\fP. The\fIfilename\fP is taken as relative to the location of the file whichis asking for the inclusion..PP.SH FILES.I /etc/raddb/dictionary,.I /usr/share/freeradius/dictionary.*.SH "SEE ALSO".BR radiusd (8),.BR naslist (5),.BR RFC2865,.BR RFC2866,.BR RFC2868
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -