📄 rlm_pap.5
字号:
.\" # DS - begin display.de DS.RS.nf.sp...\" # DE - end display.de DE.fi.RE.sp...TH rlm_pap 5 "8 February 2005" "" "FreeRADIUS Module".SH NAMErlm_pap \- FreeRADIUS Module.SH DESCRIPTIONThe \fIrlm_pap\fP module authenticates RADIUS Access-Request packetsthat contain a User-Password attribute. The module should also belisted last in the \fIauthorize\fP section, so that it can set theAuth-Type attribute as appropriate..PPWhen a RADIUS packet contains a clear-text password in the form of aUser-Password attribute, the \fIrlm_pap\fP module may be used forauthentication. The module requires a "known good" password, which ituses to validate the password given in the RADIUS packet. That "knowngood" password must be supplied by another module(e.g. \fIrlm_files\fP, \fIrlm_ldap\fP, etc.), and is usually takenfrom a database..SH CONFIGURATION.PPThe only relevant configuration item is:.IP auto_headerIf set to "yes", the module will look inside of the User-Passwordattribute for the headers {crypt}, {clear}, etc., and willautomatically create the appropriate attribute, with the correctvalue..PPThis module understands many kinds of password hashing methods, asgiven by the following table..PP.DS.brHeader Attribute Description.br------ --------- -----------.br{clear} User-Password clear-text passwords.br{cleartext} User-Password clear-text passwords.br{crypt} Crypt-Password Unix-style "crypt"ed passwords.br{md5} MD5-Password MD5 hashed passwords.br{smd5} SMD5-Password MD5 hashed passwords, with a salt.br{sha} SHA-Password SHA1 hashed passwords.br{ssha} SSHA-Password SHA1 hashed passwords, with a salt.br{nt} NT-Password Windows NT hashed passwords.br{x-nthash} NT-Password Windows NT hashed passwords.br{lm} LM-Password Windows Lan Manager (LM) passwords..DEThe module tries to be flexible when handling the various passwordformats. It will automatically handle Base-64 encoded data, hexstrings, and binary data, and convert them to a format that the servercan use..PPFor backwards compatibility, there are old configuration parameterswhich may be work, although we do not recommend using them..SH SECTIONS.BR authorize.BR authenticate.PP.SH FILES.I /etc/raddb/radiusd.conf.PP.SH "SEE ALSO".BR radiusd (8),.BR radiusd.conf (5).SH AUTHORAlan DeKok <aland@freeradius.org>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -