Detail Filter method

Nicolas Baradakis nbk at sitadelle.com
Fri Feb 3 11:31:28 CET 2006


Breuer Nicolas wrote:

>  I'm using the "detailled" logs with FreeRadius.
>
>  I wouldlike to filter the interim updates to not logged
>  them. Is it possible ??
>
>  I wouldlike to only have a logs files with start & stop..

In /etc/raddb/acct_users file:

DEFAULT Acct-Status-Type == Interim-Update, Acct-Type := empty

And in /etc/raddb/radiusd.conf:

modules {

	always ok {
		rcode = ok
	}

	...
}

...

accounting {

	# Log start & stop
	detail

	Acct-Type empty {
		ok
	}
}

-- 
Nicolas Baradakis




More information about the Freeradius-Users mailing list