Re: $75.00 USD Bounty

2011-03-22 Thread Leander S.
g list" Sent: Monday, March 21, 2011 2:05 PM Subject: Re: $75.00 USD Bounty Now who got the 75 Bucks? ;) - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html __ Information from ESET Smart Security, version of virus signature database 5971 (201103

Re: $75.00 USD Bounty

2011-03-22 Thread Alan DeKok
Craig Smith wrote: > I'm trying to recreate the functionality of a product call PhoneFactor > (www.phonefactor.com). In the script, I want to make a call using > Asterisk, get a code, compare that to an entry in a database, and > accepting or rejecting the request. OpenVPN has increased their timeo

Re: $75.00 USD Bounty

2011-03-21 Thread Alan Buxey
Hi, >I'm trying to recreate the functionality of a product call PhoneFactor >(www.phonefactor.com). In the script, I want to make a call using >Asterisk, get a code, compare that to an entry in a database, and >accepting or rejecting the request. OpenVPN has increased their timeout

Re: $75.00 USD Bounty

2011-03-21 Thread Craig Campbell
- From: Craig Smith To: freeradius-users@lists.freeradius.org Sent: Monday, March 21, 2011 4:51 PM 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

RE: $75.00 USD Bounty

2011-03-21 Thread Craig Smith
I'm trying to recreate the functionality of a product call PhoneFactor (www. phonefactor.com). In the script, I want to make a call using Asterisk, get a code, compare that to an entry in a database, and accepting or rejecting the request. OpenVPN has increased their timeout from a RADIUS server to

Re: $75.00 USD Bounty

2011-03-21 Thread Phil Mayers
On 03/21/2011 08:51 PM, Craig Smith wrote: 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. That's way, way, way too long. You

RE: $75.00 USD Bounty

2011-03-21 Thread Gary Gatten
reeradius-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

Re: $75.00 USD Bounty

2011-03-21 Thread Craig Smith
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 ch

Re: $75.00 USD Bounty

2011-03-21 Thread Craig Campbell
Send it to Alan - he wrote the thing! :) The rest of us are just hacks! :) -the other craig - Original Message - From: "Leander S." To: "FreeRadius users mailing list" Sent: Monday, March 21, 2011 2:05 PM Subject: Re: $75.00 USD Bounty Now who got the 75 Buc

Re: $75.00 USD Bounty

2011-03-21 Thread Leander S.
Now who got the 75 Bucks? ;) - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: $75.00 USD Bounty

2011-03-21 Thread Craig Campbell
to the 'new and improved' method before I hit an upgrade where it becomes non optional. I am not the original (also craig) poster who has a similar but more immediate requirement using a perl script. Thanks, -the other craig - Original Message - From: "Phil Mayers"

Re: $75.00 USD Bounty

2011-03-21 Thread Craig Campbell
system so well that you are making a trivial logic leap we are failing to see. Thanks, -craig(II) - Original Message - From: "Alan DeKok" To: "FreeRadius users mailing list" Sent: Monday, March 21, 2011 12:34 PM Subject: Re: $75.00 USD Bounty Craig Smith wrote:

Re: $75.00 USD Bounty

2011-03-21 Thread Phil Mayers
On 21/03/11 15:04, Craig Campbell wrote: Alan, I've read the documents indicated repeatedly. (And again just now.) I have not yet been able to port the 'deprecated' method of EXEC-PROGRAM-WAIT="/usr/local/bin/auth -A parameter" Why do you say it's deprecated? to the new method. I guess I'

Re: $75.00 USD Bounty

2011-03-21 Thread Craig Campbell
if you solve this! Cheers, -the other craig - Original Message - From: Craig Smith To: freeradius-users@lists.freeradius.org Sent: Monday, March 21, 2011 12:27 PM Subject: Re: $75.00 USD Bounty Alan, I am also finding the documentation semi helpful. So I put: exe

Re: $75.00 USD Bounty

2011-03-21 Thread Phil Mayers
On 21/03/11 12:14, Craig Smith wrote: Good Morning! I will pay $75.00 USD (via PayPal) to the first person who can send me the documentation and working configuration files for external authentication using a PHP script. Well, your question is not as simple as you imagine; you haven't defined

Re: $75.00 USD Bounty

2011-03-21 Thread Alan DeKok
Craig Smith wrote: > I am also finding the documentation semi helpful. So I put: In 2.1.x, you can *still* use Exec-Program-Wait. So no change is necessary. > exec { > program = "/path/to/program/exec-program-wait" <-- I know I need to > change this Change it to the path of the program you

Re: $75.00 USD Bounty

2011-03-21 Thread Craig Smith
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?

Re: $75.00 USD Bounty

2011-03-21 Thread Craig Campbell
list" Sent: Monday, March 21, 2011 9:46 AM Subject: Re: $75.00 USD Bounty Craig Smith wrote: I will pay $75.00 USD (via PayPal) to the first person who can send me the documentation and working configuration files for external authentication using a PHP script. Read scripts/exec-program-wa

Re: $75.00 USD Bounty

2011-03-21 Thread Craig Campbell
ll - very misleading. I suggest you test by adding 1 value pair at a time to the successful logins. There's my 5 minute memory dump. Hope it helps, -craig - Original Message - From: Craig Smith To: freeradius-users@lists.freeradius.org Sent: Monday, March 21, 2011 8:14

Re: $75.00 USD Bounty

2011-03-21 Thread Alan DeKok
Craig Smith wrote: > I will pay $75.00 USD (via PayPal) to the first person who can send me > the documentation and working configuration files for external > authentication using a PHP script. Read scripts/exec-program-wait This is documented. Alan DeKok. - List info/subscribe/unsubscrib

$75.00 USD Bounty

2011-03-21 Thread Craig Smith
Good Morning! I will pay $75.00 USD (via PayPal) to the first person who can send me the documentation and working configuration files for external authentication using a PHP script. Thanks, Craig - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html