OK I shall have a poke .... I *thought* I had that running but it appears I have broken it .... Richard
--- Original message --- Subject: Re: Proxy accounting From: Alan DeKok <aland@deployingradius.com> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Date: Friday, 26/01/2018 3:29 PM
On Jan 26, 2018, at 10:25 AM, Richard J Palmer <richard@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.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (1)
-
Richard J Palmer