still not working my Simultaneous-Use attribute. In sql.conf, I comment out the simul_count_query.
In my checkrad log file this is what i got.. Thu Sep 12 13:17:44 2002 checkrad tc 192.168.100.1 769 adauz 50331768 Returning 0 (login ok) mysql> select * from radcheck where username = 'adauz'; +----+----------+---------------+-----------+------+ | id | UserName | Attribute | Value | op | +----+----------+---------------+-----------+------+ | 3 | adauz | User-Password | testpass | == | +----+----------+---------------+-----------+------+ 1 row in set (0.00 sec) mysql> select * from radgroupcheck where groupname = 'free'; +----+-----------+------------------+-------+------+ | id | GroupName | Attribute | Value | op | +----+-----------+------------------+-------+------+ | 3 | free | Auth-Type | Local | := | | 4 | free | Simultaneous-Use | 1 | := | +----+-----------+------------------+-------+------+ mysql> select * from radgroupreply where groupname = 'free'; +----+-----------+---------------------------------+---------------------+------+------+ | id | GroupName | Attribute | Value | op | prio || +----+-----------+---------------------------------+---------------------+------+------+ | 7 | free | Service-Type | Framed-User | = | 0 || | 8 | free | USR-Framed-IP-Address-Pool-Name | athome | = | 0 || | 9 | free | Framed-Protocol | PPP | = | 0 || | 10 | free | Idle-Timeout | 600 | = | 0 || | 11 | free | Framed-Compression | Van-Jacobson-TCP-IP | = | 0 || | 12 | free | Fall-Through | No | = | 0 || +----+-----------+---------------------------------+---------------------+------+------+ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
