29 Jul
2010
29 Jul
'10
8:23 a.m.
Murray Long wrote:
Hi all,
I would like to be able to prevent Interim-Update accounting packets for a realm from being proxied. Start and Stop packets need to be proxied, but the Interim-Updated should only be handled locally.
Is this possible with freeradius?
Yes. accounting { ... suffix ... if (Acct-Status-Type == Interim-Update) { update control { Proxy-To-Realm := LOCAL } } ... } Alan DeKok.