radius认证服务器无响应,squid radius认证“RADIUS服务器没有响应”

我已经用mysql成功配置freeradius。 我可以radtest使用命令:squid radius认证“RADIUS服务器没有响应”

sudo radtest alice password 192.168.2.3 1812 testing123

Sending Access-Request of id 187 to 192.168.2.3 port 1812

User-Name = "alice"

User-Password = "password"

NAS-IP-Address = 127.0.1.1

NAS-Port = 1812

Message-Authenticator = 0x00000000000000000000000000000000

rad_recv: Access-Accept packet from host 192.168.2.3 port 1812, id=187, length=20

现在我使用RADIUS验证尝试鱿鱼。

我也跟着从一步一步:

,但我得到的错误信息日志上cache.log里

Warning: Received invalid reply digest from server

Warning: Received invalid reply digest from server

Warning: Received invalid reply digest from server

squid_rad_auth: No response from RADIUS server

在半径-X调试有错误消息像波纹管:

Sending duplicate reply to client localprivate port 42003 – ID: 2

Sending Access-Reject of id 2 to 192.168.2.3 port 42003

Waking up in 2.9 seconds.

rad_recv: Access-Request packet from host 192.168.2.3 port 42003, id=2, length=63

Sending duplicate reply to client localprivate port 42003 – ID: 2

Sending Access-Reject of id 2 to 192.168.2.3 port 42003

Waking up in 0.9 seconds.

Found Auth-Type = PAP

# Executing group from file /usr/local/etc/raddb/sites-enabled/default

+- entering group PAP {…}

[pap] login attempt with password “b9?I? +�(�Ч�Y�?”

[pap] Using clear text password “password”

[pap] Passwords don’t match

++[pap] returns reject

Failed to authenticate the user.

WARNING: Unprintable characters in the password. Double-check the shared secret on the server and the NAS!

Using Post-Auth-Type REJECT

这是什么错误?我该如何解决这个

感谢

2013-04-11

Pirates