|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
安装了radius manager 3.5.0,与ros对接,用默认密码user 1111无法登陆。
本地radiusd -X 后用radtest user 1111 localhost 1812 testing123测试结果:
rad_recv: Access-Accept packet from host 127.0.0.1:1812, id=175, length=50
然后再用ROS连接,测试结果:
rad_check_password: Found Auth-Type Local
auth: type Local
auth: user supplied User-Password does NOT match local User-Password
auth: Failed to validate the user.
WARNING: Unprintable characters in the password. ? Double-check the shared secret on the server and the NAS!
竟然说密码不对。
百思不得其解,本地测试需要读数据库的用户表来验证用户名和密码,如果能通过就说明radius可以正常访问数据库并认证,可为什么通过ros连接认证又说密码不对呢。
装3.8.0认证就木有问题,说明ros配置木有问题... |
|