[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freeradius-users
Subject:    Re: Prevent Interim-Update packets being proxied
From:       Alan DeKok <aland () deployingradius ! com>
Date:       2010-07-29 12:23:12
Message-ID: 4C5172B0.4090200 () deployingradius ! com
[Download RAW message or body]

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
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic