摘要: 使用mysql的nas表格代替client.conf进行客户端配置这里,也可以将radiusd.conf的clients.conf注释掉#$INCLUDE clients.conf并将sql.conf的readclients反注释sql { ... readclients = yes ... }这样就不会使用配置文件clients.conf,而使用数据库里的nas表读取客户端信息。在nas表插入值、nasname为localhost、shortname为localhost、type为other、secret为迩设置迩的客户端密钥、记得一定要设置shortname、这个应该对应的就是客户端自定义 阅读全文
posted @ 2012-02-05 15:16 klobodnf 阅读(846) 评论(0) 推荐(1) 编辑