17 Feb
2015
17 Feb
'15
7:33 a.m.
On Feb 17, 2015, at 7:23 AM, Vld <ponch@ponch.ru> wrote:
With Freeradius 2.1.x brach is it possible to exclude accounting data of specific NAS (or may be by user-name) from general detail and redirect it to another separate file?
Yes. There are many ways to do this. One is to configure two copies of the detail module, and then do: accounting { … if (Client-IP-Address == 1.2.3.4) { detail1 } else { detail2 } Alan DeKok.