Hi need some help to understand how configure fradius with mysql
just working fine with simple info as: mysql> select * from radcheck; +----+-----------+-----------+-------+------+ | id | UserName | Attribute | Value | op | +----+-----------+-----------+-------+------+ | 1 | usertetst | Password | pippo | NULL | +----+-----------+-----------+-------+------+ mysql> select * from radgroupreply; +----+-----------+-----------+--------+------+------+ | id | GroupName | Attribute | Value | op | prio | +----+-----------+-----------+--------+------+------+ | 1 | dialin | Auth-Type | System | NULL | 0 | +----+-----------+-----------+--------+------+------+ mysql> select * from usergroup; +----+-----------+-----------+ | id | UserName | GroupName | +----+-----------+-----------+ | 1 | usertest | dialin | +----+-----------+-----------+ now I need to authorize PAP or CHAP access and will be very usefull a date controll. Any help vill be very appreciate thanks giancarlo - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
