9 Sep
2015
9 Sep
'15
12:21 p.m.
On Sep 9, 2015, at 12:07 PM, Matthew Newton <mcn4@leicester.ac.uk> wrote:\
i.e. the \t is silently discarded and expands to nothing.
You probably need: header = '%t\t%{Client-IP-Address}'
I can get around it by putting a physical tab char in the config, but is this intended?
It's probably a side effect of us re-doing all of the escaping rules. i.e. fixing them so they're consistent, documented, and tested.
Have stared at the radius_xlat code for too many minutes and figured it'd be quicker to ask... :)
That code is magic. Magically confusing. :( Alan DeKok.