12 May
2012
12 May
'12
7:09 a.m.
peterpz wrote:
But I cannot configure FreeRadius to not send that packets. When in the radiusd.conf I will comment "detail" line from "accounting" module the Accounting-Responses are not send (super!), but also logging is disabled (sic!). How to disable reponses but without disabling logging? Remember, I have 1.1.7 (installed on Windows system).
I will appreciate any help, because I already spent whole day on this issue!
Read doc/configurable_failover You can do this: accounting { detail fail } Which makes is log to the detail, and the forces a failure, so it doesn't respond. Alan DeKok.