Adding Filter-Id Attribute to Accounting Requests

Alan DeKok aland at deployingradius.com
Wed Oct 24 15:54:19 CEST 2018


On Oct 24, 2018, at 9:48 AM, Alessandro Romano <alessandro.romano at 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.




More information about the Freeradius-Users mailing list