Hi,
Gentlemen, there are problems on the list and everyone is on vacation or just moved to see activity on the list?
I repeat my previous message, only this time I'm more brief
its a free community support list - if noone wants to answer or noone cares to answer then thats that. you can buy support for FreeRADIUS if you want.
I created a group in mysql and I've assigned certain attributes, one of them and is giving me problems is Idle-Timeout, which has a value of 900 seconds and the user is disconnected before time indicated.
Because I want the user to be disconnected if after spending 10 ~ 15 minutes does not show any activity. not before that time.
mysql> SELECT * FROM `radgroupreply` ; +----+----------------+--------------------+----+---------------------+ | id | groupname | attribute | op | value | +----+----------------+--------------------+----+---------------------+ | 1 | Desarrollo | Service-Type | = | Framed-User | | 2 | Desarrollo | Framed-Protocol | = | PPP | | 3 | Desarrollo | Framed-MTU | = | 1500 | | 4 | Desarrollo | Framed-Compression | = | Van-Jacobsen-TCP-IP | | 5 | Desarrollo | Framed-IP-Netmask | = | 255.255.255.0 | | 6 | Desarrollo | Idle-Timeout | := | 900 | +----+----------------+--------------------+----+---------------------+
WHY have you set Idle-Timeout to := (which is a comparison operator, not a setting operator) ?? all of your other values are '=' alan