15 Nov
2024
15 Nov
'24
12:04 p.m.
On 15/11/2024 15:49, Abraham Jacob wrote:
So I think this is the expected behaviour in the new version. It is with the data you've got Following are the sql contents.
Table radgroupreply: +----+------------+--------------+----+-------+ | id | groupname | attribute | op | value | +----+------------+--------------+----+-------+ | 9 | VPN-60-Min | Idle-Timeout | := | 600 | +----+------------+--------------+----+-------+
The behaviour you want can be easily achieved by changing the operator in radgroupreply if you use "=" instead of ":=", the group reply won't overwrite the user one, since an instance of the attribute already exists. Nick -- Nick Porter