Re: [HELP] FreeRadius and External Script

2009-01-05 Thread Phibee Network Operation Center
Hi All that's work now, very thanks at Alan, Luciano and Ivan ;=) bye jerome - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread tnt
> >authorize { >} > >authenticate { >Auth-Type Perl { >perl >} >} > >in users.conf: > >DEFAULT Auth-Type = Perl >Fall-Through = 1 > > > > >If i understand, when he receive a authentification request of my cisco, >he start the script >(Test-Auth.pl are a copy

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread Phibee Network Operation Center
a.l.m.bu...@lboro.ac.uk a écrit : Hi, Ok, now i think's that this script are started but i don't understand hit, he have a lot of sub but sub are not launched. if i understand, i put all of my perl script into the sub test_call no ? its quite easy. in the experimental.conf file you

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread Luciano Afranllie
On Mon, Jan 5, 2009 at 10:05 AM, Phibee Network Operation Center wrote: > a.l.m.bu...@lboro.ac.uk a écrit : > > Hi, > > > > When i start manually the script, we have: > > ./example.pl: line 26: use: command not found > ./example.pl: line 29: syntax error near unexpected token `(' > ./example.pl: l

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread A . L . M . Buxey
Hi, > Ok, now i think's that this script are started but i don't understand > hit, he have a lot of sub but > sub are not launched. > > if i understand, i put all of my perl script into the sub test_call no ? its quite easy. in the experimental.conf file you state which routines you would like

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread Phibee Network Operation Center
a.l.m.bu...@lboro.ac.uk a écrit : Hi, When i start manually the script, we have: ./example.pl: line 26: use: command not found ./example.pl: line 29: syntax error near unexpected token `(' ./example.pl: line 29: `use vars qw(%RAD_REQUEST %RAD_REPLY %RAD_CHECK);' how are you running t

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread A . L . M . Buxey
Hi, > When i start manually the script, we have: > > ./example.pl: line 26: use: command not found > ./example.pl: line 29: syntax error near unexpected token `(' > ./example.pl: line 29: `use vars qw(%RAD_REQUEST %RAD_REPLY %RAD_CHECK);' how are you running this script manually? looks like you'r

[HELP] FreeRadius and External Script

2009-01-05 Thread Phibee Network Operation Center
Hi i request your help because i don't understand the process of FreeRadius and i am limited in the time ;=) Very thanks to all men that accept to help me. I have installed FreeRadius and my Cisco can talk with it without problems. Now i want that FreeRadius start a perl script for get the au