24 Oct
2018
24 Oct
'18
9:54 a.m.
On Oct 24, 2018, at 9:48 AM, Alessandro Romano <alessandro.romano@positivonet.it> wrote:
i need to add the attribute "Filter-ID" from database radusergroup to accounting-request packet.
At the moment i retreive the attribute only in access-accept packet
You can run the SQL "authorize" queries when the server receives an accounting packet: accounting { ... sql.authorize ... } It will run *all* of the SQL authorization queries. But it will mostly do what you want. Alan DeKok.