Hi again,

Okay, I have everything running, but I have one more question.

Is there a way to adjust the timeout of the scripts being exec?

I get the following error. I'm looking to make the timeout around 40 seconds.



Error: Child PID 16599 is taking too much time: forcing failure and killing child.

Thanks,

Craig

On Mon, Mar 21, 2011 at 12:27 PM, Craig Smith <craigesmith@gmail.com> wrote:
Alan,

I am also finding the documentation semi helpful. So I put:

exec {
program = "/path/to/program/exec-program-wait" <-- I know I need to change this
wait = yes
input_pairs = request
output_pairs = reply
}

In /etc/freeradius/modules/exec.

Now how do make my authentication request use exec?

Thanks,

Craig