write accounting of concrete NAS to separate file
Hello! 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? Thanks!
thanks, everyone! exactle what i was looking for В Tue, 17 Feb 2015 12:28:05 +0000 A.L.M.Buxey@lboro.ac.uk пишет:
Hi,
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. use unlang and policies
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
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.
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Vld