Problem using exec module

Nicolas Baradakis nbk at sitadelle.com
Tue Nov 15 12:00:39 CET 2005


Fernando Brito wrote:

> Hi, I'm trying to use the next exec module:
> 
> radius.conf -------------------
> 
> modules {
> 	exec {
> 		wait = yes
> 		input_pairs = request
> 	}
> 	exec echo {
> 		wait = yes
> 		program = "/bin/echo %{Autz-Type}"

Maybe you could try with the following syntax:
program = "/bin/echo %{check:Autz-Type}"

-- 
Nicolas Baradakis




More information about the Freeradius-Users mailing list