3 Dec
2013
3 Dec
'13
1:12 p.m.
Rui Ribeiro wrote:
However, I am a bit at a loss how to reach the read_detail.xxx server to process the files left by write_detail. Any clues?
Read the "decoupled-accounting" virtual server. ... # Define a virtual server to process the accounting packets. server read-detail.example.com { # Read accounting packets from the detail file(s) for # the home server. listen { type = detail filename = "${radacctdir}/detail.example.com/detail-*:*" load_factor = 10 } It's all documented. Alan DeKok.