15 Nov
2005
15 Nov
'05
6 a.m.
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