8 Feb
2013
8 Feb
'13
5:34 p.m.
On 8 Feb 2013, at 13:59, Brian Candler <B.Candler@pobox.com> wrote:
Minor issue:
[raddb/modules/exec] exec { wait = no input_pairs = request shell_escape = yes output = none }
However it looks like "output = none" is spurious since rlm_exec doesn't accept an "output" parameter. I think it should be "output_pairs = none" ?
Sure.
(Aside: if I set garbage like "zoutput = none" it's happy with that too)
Yes, that's expected and required behaviour. FreeRADIUS allows you to add your own custom config items and reference them in other parts of the config and at runtime. -Arran