Re: Authentication via Scripting

2005-04-14 Thread Alan DeKok
Roman Medina-Heigl Hernandez <[EMAIL PROTECTED]> wrote: > I've been testing Exec-Program(-Wait) but I don't get it to work. My > goal is to authenticate via external perl script (I want to test this > method first, and then I'll try the rlm_perl module). ... > DEFAULT Exec-Program-Wait = > "/usr/lo

Re: Authentication via Scripting

2005-04-14 Thread Roman Medina-Heigl Hernandez
Hello, I've been testing Exec-Program(-Wait) but I don't get it to work. My goal is to authenticate via external perl script (I want to test this method first, and then I'll try the rlm_perl module). * My "users" file: pepeAuth-Type:= Local, User-Password == "manolo" DEFAULT Exec-Program-Wait

Re: Authentication via Scripting

2005-04-13 Thread Dustin Doris
> Dustin Doris wrote: > > > If you are going to be using an external perl script, I'd recommend using > > rlm_perl. You need to build with experimental modules. Read > > experimental.conf and look for the perl section. Then read example.pl in > > src/modules/rlm_perl/example.pl > > Thanks a lot

Re: Authentication via Scripting

2005-04-13 Thread Roman Medina-Heigl Hernandez
Dustin Doris wrote: > If you are going to be using an external perl script, I'd recommend using > rlm_perl. You need to build with experimental modules. Read > experimental.conf and look for the perl section. Then read example.pl in > src/modules/rlm_perl/example.pl Thanks a lot for your help!

Re: Authentication via Scripting

2005-04-13 Thread Dustin Doris
> Hello, > > I need to perform a quick test to check the authentication mechanisms > against a simple script written in Perl. Please, could you suggest a > quick config lines to set-up Radius to authenticate against "script.pl"? > Script.pl takes 3 input parameters (user, passwd and nas-ip) and up

Authentication via Scripting

2005-04-13 Thread Roman Medina-Heigl Hernandez
Hello, I need to perform a quick test to check the authentication mechanisms against a simple script written in Perl. Please, could you suggest a quick config lines to set-up Radius to authenticate against "script.pl"? Script.pl takes 3 input parameters (user, passwd and nas-ip) and upon execution