Hmmm, I don’t know how to set this
(source code hack?), but what in the heck are you doing that takes so long? I’d
think your target should be less than 3 seconds and for SURE less than 10
seconds. I think the thread is tied to this waiting, so you’re gonna
severely limit your throughput and number of users you can handle.
From:
freeradius-users-bounces+ggatten=waddell.com@lists.freeradius.org
[mailto:freeradius-users-bounces+ggatten=waddell.com@lists.freeradius.org] On Behalf Of Craig Smith
Sent: Monday, March 21, 2011 3:52
PM
To:
freeradius-users@lists.freeradius.org
Subject: Re: $75.00 USD Bounty
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