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

📄 rlm_realm.5

📁 radius协议的经典实现
💻 5
字号:
.TH rlm_realm 5 "14 March 2004" "" "FreeRADIUS Module".SH NAMErlm_realm \- FreeRADIUS Module.SH DESCRIPTIONThe \fIrlm_realm\fP module parses the User-Name attribute into aUser section and a Realm section.  This is used primarily in aproxy situation, however, Realms can also be used locally to providedifferent service profiles based on the Realm being used..PPThe main configuration items to be aware of are:.IP formatThis can be either 'prefix' or 'suffix'.  It specifies whether theRealm is before or after the User portion in the User-Name string..IP delimiterA single character in quotes, which is used as the delimitingcharacter that separates the Realm and User sections of the string..IP ignore_defaultThis is set to either 'yes' or 'no'.  If set to 'yes', this will prevent the module instance from matching a realm against the DEFAULTentry.  This may be useful if you have multiple realm module instances.The default is 'no'..IP ignore_nullThis is set to either 'yes' or 'no'.  If set to 'yes', this will prevent the module instance from matching a realm against the NULLentry.  This may be useful if you have multiple realm module instances.The default is 'no'..PPThis module parses the realm from the User-Name attrbiute accordingto the instance configuration, and then performs a lookup to find amatching realm in the '/etc/raddb/proxy.conf' file.  Depending on theconfiguration of the Realm as matched in the file, the username maybe rewritten in a 'stripped' format, or with the Realm portionremoved.  In either case, a Realm attribute is created and added tothe packet on a match, which can be used by other modules..SH CONFIGURATION.PP.DSmodules {  ... stuff here ....br.br  # useranme@realm syntax.br  realm suffix {.br    format = suffix.br    delimiter = "@".br  }.br.br   # realm/username syntax.br   realm prefix {.br    format = prefix.br    delimiter = "/".br  }.br.br  ... stuff here ....br}.DE.PP.SH SECTIONS.BR authorization,.BR pre-accounting.PP.SH FILES.I /etc/raddb/radiusd.conf,.I /etc/raddb/proxy.conf.PP.SH "SEE ALSO".BR radiusd (8),.BR radiusd.conf (5),.BR proxy.conf (5).SH AUTHORSChris Parker, cparker@segv.org

⌨️ 快捷键说明

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