Proxy accounting

Alan DeKok aland at deployingradius.com
Fri Jan 26 16:28:36 CET 2018


On Jan 26, 2018, at 10:25 AM, Richard J Palmer <richard at merula.net> wrote:
> I have some realms that I am running a proxy to another server for auth and accounting.
> 
> Is there a way with accounting to proxy but also have a copy of the records on the local SQL server (as though they where not proxied) as well as sending them to the remote server.

  Yes.  Just put "sql" into the "accounting" section.  It's still run when proxying.

  If you need to only do that for certain realms, just do:

	if (Realm == "a") {
		sql
	}

  Alan DeKok.




More information about the Freeradius-Users mailing list