"detail" log files

Steve Bertrand iaccounts at ibctech.ca
Wed Jun 3 14:34:52 CEST 2009


Alan DeKok wrote:
> Steve Bertrand wrote:
>> Can someone swing the clue bat at me, and provide me with information on
>> where I should look to find out how to disable detail log files for
>> specific NASs only?
> 
> $ man unlang
> 
>> I need to keep the detail files for legacy purposes, but only for
>> specific NASs, and I'd like to disable the rest of them from logging there.
>>
>> Is this possible?
> 
>   It's trivial.
> 
> accounting {
> 	...
> 
> 	if (Packet-Src-IP-Address != 1.2.3.4) {
> 		detail
> 	}
> 	...
> }

Beautiful. Thanks Alan!

Steve



More information about the Freeradius-Users mailing list