- 2
- 0
- 约7.93千字
- 约 8页
- 2017-06-08 发布于北京
- 举报
PAP验证
用户以明文的形式把用户名和口令传递给NAS。
NAS把用户名和加密过的口令放到包的相应属性中传递给RADIUS服务器。
RADIUS服务器返回结果。
NAS来决定是否允许用户上网。
把口令加密
passwd XOR md5(S||RA)
S是共享秘密,RA是一次性随机值
PAP:an Access-Request UDP packet
The Request Authenticator is a 16 octet random number generated by the NAS. The User-Password is 16 octets of password padded at end with nulls,XORed with MD5(shared secret|Request Authenticator).
01 00 00 38 0f 40 3f 94 73 97 80 57 bd 83 d5 cb
98 f4 22 7a 01 06 6e 65 6d 6f 02 12 0d be 70 8d
93 d4 13 ce 31 96 e4 3f 78 2a 0a ee 04 06 c0 a8
01 10 05 06 00 00 00 03
1 Code = Access-Request (1)
1 ID = 0
2 Length = 56
16 Request Authenticator
Attributes:
6 User-Name = nemo
18 User-Password
6 NAS-IP-Address = 6
6 NAS-Port = 3
PAP:an Access-Accept UDP packet
The Response Authenticator is a 16-octet MD5 checksum of the code(2), id (0), Length (38), the Request Authenticator from above, the attributes in this reply, and the shared secret.
02 00 00 26 86 fe 22 0e 76 24 ba 2a 10 05 f6 bf
9b 55 e0 b2 06 06 00 00 00 01 0f 06 00 00 00 00
0e 06 c0 a8 01 03
1 Code = Access-Accept (2)
1 ID = 0 (same as in Access-Request)
2 Length = 38
16 Response Authenticator
Attributes:
6 Service-Type (6) = Login (1)
6 Login-Service (15) = Telnet (0)
6 Login-IP-Host (14) =
CHAP: Challenge and Response
The Response Value is the one-way hash calculated over a stream of octets consisting of the Identifier, followed by (concatenated with) the secret, followed by (concatenated with) the Challenge Value. The length of the Response Value depends upon the hash algorithm used (16 octets for MD5).
||
当用户请求上网时,NAS产生一个16字节的随机码给用户。
用户端得到这个包后使用MD5生成一个response传给NAS(还有ID/username等信息)。
NAS把传回来的username和ID/Response作为用户名和口令,并把原来的16字节随机码传给RADIUS服务器。
RADIUS根据用户名在服务器端查找数据库,得到和用户端进行加密所用的一样的密码,然后根据传来的16字节的随机码进行加密,将其结果与传来的Password作比较,如果相同表明验证通过,如果不相同表明验证失败。
另外如果验证成功,RADIUS服务器同样可以生成一个16字节的随机码对用户进行询问(Challenge)。
Pam由四部分组成
第一部分是libpam,是实现PAM API的库,
第二部分是PAM配置文件,/etc/pam.conf,
第三部分有一套动态可装载两进
您可能关注的文档
- 学生日常生活行为调查问卷.doc
- 学生满分作文结尾的秘籍.doc
- 学生用复习《出师表》.doc
- 学生考试作文爆笑妙语.doc
- 学生自主订购课程指定教材表.doc
- 学生英语互动学习平台功能介绍.doc
- 学生课堂中途溜号教授喝止起肢体冲突.doc
- 学科教学(语文)考研准备之中国古代汉语完整笔记.doc
- 学英文歌练习英语语感.doc
- 学英语不得不知的欧美文化.doc
- 小区绿化施工协议书.docx
- 墙面施工协议书.docx
- 1 古诗二首(课件)--2025-2026学年统编版语文二年级下册.pptx
- (2026春新版)部编版八年级道德与法治下册《3.1《公民基本权利》PPT课件.pptx
- (2026春新版)部编版八年级道德与法治下册《4.3《依法履行义务》PPT课件.pptx
- (2026春新版)部编版八年级道德与法治下册《6.2《按劳分配为主体、多种分配方式并存》PPT课件.pptx
- (2026春新版)部编版八年级道德与法治下册《6.1《公有制为主体、多种所有制经济共同发展》PPT课件.pptx
- 初三教学管理交流发言稿.docx
- 小学生课外阅读总结.docx
- 餐饮门店夜经济运营的社会责任报告(夜间贡献)撰写流程试题库及答案.doc
原创力文档

文档评论(0)