rlm_digest.5

来自「使用最广泛的radius的linux的源码」· 5 代码 · 共 80 行

5
80
字号
.\"     # DS - begin display.de DS.RS.nf.sp...\"     # DE - end display.de DE.fi.RE.sp...TH rlm_digest 5 "31 March 2005" "" "FreeRADIUS Module".SH NAMErlm_digest \- FreeRADIUS Module.SH DESCRIPTIONThe \fIrlm_digest\fP module authenticates RADIUS Access-Requestpackets that contain Cisco SIP digest authentication attributes.  Themodule should be listed in the \fIauthorize\fP and \fIauthenticate\fPsections of \fIradiusd.conf\fP..SH CONFIGURATIONThe digest module requires no additional configuration items.  When itis being used to authenticate requests, however, it does requireaccess to the clear-text password for the user.  Hashed passwords arenot acceptable, and will not work..SH EXAMPLESAdd the following lines to the top of your 'raddb/users' file:.PP.DS#---.brtest	Auth-Type := Digest, User-Password = "test".br	Reply-Message = "Hello, test with digest".br#---.DEOnce the server has been started (debugging mode is recommended),use '\fIradclient\fP to send the following packet to the server:.PP.DS$  radclient -f digest localhost auth testing123.DEWhere 'digest' is a file containing:.PP.DS  User-Name = "test",.br  Digest-Response = "631d6d73147add2f9e437f59bbc3aeb7",.br  Digest-Realm = "testrealm",.br  Digest-Nonce = "1234abcd",.br  Digest-Method = "INVITE",.br  Digest-URI = "sip:5555551212@example.com",.br  Digest-Algorithm = "MD5",.br  Digest-User-Name = "test",.br  Message-Authenticator = "".DEYou should see the authentication succeed..SH SECTIONS.BR authorize,.BR authenticate.PP.SH FILES.I /etc/raddb/radiusd.conf,.I draft-sterman-aaa-sip-00.txt.PP.SH AUTHORAlan DeKok <aland@ox.org>

⌨️ 快捷键说明

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