Using the details module, how can I use an Access-Reject to make an Accounting Request in the way I was doing above?
Hmm... you can't, so that is an issue. It's why we're redesigning that whole part of the server in v4.
Unfortunately, the changes from v2 to v3 were pretty much mandated by security and consistency, so that can't change.
If you need performance, it's pretty simple to write a C module to do this work. Just copy the detail module and change it to print the attributes you need, including hard-coded ones.
That's a shame as I was advised to upgrade to get another requirement working, but I cannot do that if I lose previous functionality.
Will try and take a look at the module.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
Does the linelog module support control characters such as "\n\t" ? -----Original Message----- From: Freeradius-Users [mailto:freeradius-users-bounces+adrian.p.smith=bt.com@lists.freeradius.org] On Behalf Of Alan Buxey Sent: 06 July 2017 17:28 To: FreeRadius users mailing list Subject: RE: upgrade unlang from 2.1.12 to 3.0.14 You should be able to spew that out with linelog do long as you escape things right otherwise good old perl module ;) alan On 6 Jul 2017 1:26 pm, <adrian.p.smith@bt.com> wrote: - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html