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