1 Dec
2013
1 Dec
'13
4:49 p.m.
On 1 Dec 2013, at 21:24, scolamariano@tiscali.it wrote:
hello, it is possible to disable accounting functionality only for a specific user?
# master/3.0.1 only preacct { if (User-Name == 'foobar') { update control { Response-Packet-Type := Accounting-Response } handled } <preacct logic> } # Older versions preacct { if (User-Name == 'foobar') { update control { Acct-Type := drop } } else { <preacct logic> } } accounting { # Logic here will not be run Acct-Type drop { ok } } -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team