Would like to stop Interim Accounting being proxied
Steve Brown
steve.brown at connectionservices.com
Thu Jun 28 14:26:27 CEST 2012
Hi all,
I need to stop proxying Interim Accounting for a particular domain on
our legacy Freeradius 1.1.2 platform.
Reading the unlang man page, I've tried:
accounting {
if ( ("%{Acct-Status-Type}" = "Interim-Update") &&
("%{User-Name}" =~ "/@domain/") ) {
update control {
Proxy-To-Realm := LOCAL
}
}
}
But that causes the daemon to error out with
"/etc/raddb/radiusd.conf[1433]: Line is not in 'attribute = value' format"
What have I misunderstood?
Steve
More information about the Freeradius-Users
mailing list