exec examples
    Arran Cudbard-Bell 
    a.cudbardb at freeradius.org
       
    Fri Feb  8 23:34:50 CET 2013
    
    
  
On 8 Feb 2013, at 13:59, Brian Candler <B.Candler at 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
    
    
More information about the Freeradius-Devel
mailing list