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.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

