配置freeradius,解决使用User-Password认证失败问题

第一次使用freeradius进行认证,记录使用的一些配置和技巧

1. OS: buntu 10.04.4 LTS  server版

2. freeradius 版本:2.1.8

注:据说freeradius版本之间有差异,低版本1.x 同样的配置在2.x 就不能工作;


  • 配置client.conf, 直接使用Linux上的系统账户进行认证

$ vim /etc/freeradius/clients.conf

client HS_dev {
        ipaddr = 2.1.1.1
        netmask = 24
        secret          = hs_radius123
        shortname       = clients-trust-net

}

client 端配置好此处正确的secret即可使用linux 上的系统账户进行登录,这些账户储存于 /etc/passwd



  • 配置users,可以使用新配置的用户进行认证

如果定制用户,简单的方法是在文件 /etc/freeradius/users 添加账户,最开始添加的内容如下:

admin  User-Password == test
        HS-msg = welcome


重启freeradius并让其工作在debug 模式:

$ sudo freeradius -X


当尝试使用账户 admin,密码test 登录时,这个版本的freeradius会报错:

......

[pap] WARNING! No "known good" password found for theuser.  Authentication may fail because of this.

++[pap] returns noop

No authenticate method (Auth-Type) configuration found for therequest: Rejecting the user

Failed to authenticate the user.

Login incorrect: [hs_admin/hillstone] (from clientclients-trust-net port 0)

Using Post-Auth-Type Reject

......


认证不能成功,看了些资料,于是更改配置:

admin  User-Password := test
        HS-msg = welcome


重启freeradius并工作于debug模式,然后尝试再次登录,这次能够认证成功,但报warning:

Found Auth-Type = PAP

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!    Replacing User-Password in config itemswith Cleartext-Password.     !!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!! Please update your configuration so that the "knowngood"              !!!

!!! clear text password is in Cleartext-Password, and not inUser-Password. !!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

+- entering group PAP {...}

[pap] login attempt with password "test"

[pap] Using clear text password "test"

[pap] User authenticated successfully

++[pap] returns ok


阅读manual:man rlm_pap

It is important to understand the difference between the User-Password and Cleartext-Password attributes. The Cleartext-Password attribute is the  "known  good" password for the user.  Simply supplying the Cleartext-Password to the server will result in most authentication methods working.  The User-Password attribute is the password as typed in by the user on their private machine.  The two are not the same, and should be treated very differently.  That is, you should  generally not use the User-Password attribute anywhere in the RADIUS configuration.


没有完全明白这个含义。

试图更改配置如下:

admin  Cleartext-Password == test
        HS-msg = welcome

重启radius server,认证失败,原因同第一次相同。


再次更改配置如下:

admin  Cleartext-Password := test
        HS-msg = welcome

重启radius servr,完美成功!


参考资料:

http://blog.sina.com.cn/s/blog_6151984a0100eyix.html

http://blog.sina.com.cn/s/blog_6151984a0100eyiz.html

http://wiki.freeradius.org/guide/Concepts

http://freeradius.org/doc/

http://wiki.freeradius.org/protocol/Access%20Request

http://wiki.freeradius.org/config/Auth%20Type



  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值