----- Messaggio originale -----
Da: "Alan DeKok" <aland@deployingradius.com> A: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Inviato: Lunedì, 13 febbraio 2012 18:03:42 Oggetto: Re: Increment Acct-Delay-Time on proxy
The code has been in the server since August 2007, i.e. 2.0.0.
There is no setting for enabling it. It works.
What do you mean "it didn't work for me" ?
Hi Alan, I've made some tests today and it works like you said. I think I made an error yesterday while testing, sorry... I've also updated to the latest release (2.1.12), which solved some other problems. Actually I'm experiencing the problem described here, or something similar: https://bugs.freeradius.org/bugzilla/show_bug.cgi?id=128 As it should already be fixed in 2.1.12, I'll make some more tests tomorrow, but the behaviour of my proxy is: - if I use a single detail file it works without problems in modules/details.mytest I have: detailfile = ${radacctdir}/detail.mytest/detail-mytest in sites-availabe/mytest I have: filename = "${radacctdir}/detail.mytest/detail-mytest" - if I use the "dynamic" file name (as in robust-proxy-accounting provided file) it continuously adds lines like: Packet-Original-Timestamp = "Feb 14 2012 14:40:24 CET" Proxy-State = 0x3231393933 in modules/details.mytest I have: detailfile = ${radacctdir}/detail.mytest/detail-%Y%m%d:%H in sites-availabe/mytest I have: filename = "${radacctdir}/detail.mytest/detail-*:*" As I said, tomorrow I'll make some other tests, but if you have any hint about this behaviour let me know! ;-) Thanks for you help! Emanuele