Re: perl scripts

2006-03-19 Thread debik
To: FreeRadius users mailing list Sent: Wednesday, March 15, 2006 8:24 PM Subject: Re: perl scripts Add this in your script and then run radiusd in debugging mode: for (keys %RAD_REQUEST) {radiusd::radlog(1, "RAD_REQUEST: $_ = $RAD_REQUEST{$_}");}

Re: perl scripts

2006-03-19 Thread Alan Lumb
, 2006 8:24 PM Subject: Re: perl scripts Add this in your script and then run radiusd in debugging mode: for (keys %RAD_REQUEST) { radiusd::radlog(1, RAD_REQUEST: $_ = $RAD_REQUEST{$_}); } -- Groeten, Regards, Salutations, Thor Spruyt M: +32 (0)475 67 22 65 E

Re: perl scripts

2006-03-15 Thread debik
possibble what im trying to do ? - Original Message - From: debik To: FreeRadius users mailing list Sent: Sunday, March 12, 2006 12:28 PM Subject: Re: perl scripts I tried to add new sql1.conf. But when i trie starting te radius server he told me that the database

Re: perl scripts

2006-03-15 Thread Thor Spruyt
spruyt.com www.salesguide.bewww.telenethotspot.be - Original Message - From: debik To: FreeRadius users mailing list Sent: Wednesday, March 15, 2006 7:38 PM Subject: Re: perl scripts Hello again. I have stuckon writing that perl script to autheticate users from onother database. How

Re: perl scripts

2006-03-15 Thread Boian Jordanov
On Wednesday 15 March 2006 20:38, debik wrote: Hello again. I have stuckon writing that perl script to autheticate users from onother database. How can i grep the User-Name and Password from RAD_REQUEST to my perl script as a variable. I have tried to do something like this: my $username =

RE: perl scripts

2006-03-12 Thread mnisay
well. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of debikSent: Saturday, March 11, 2006 2:43 PMTo: FreeRadius users mailing listSubject: Re: perl scripts Yes. But that onother database is not in radius format like: op, value, etc. So I have to write a perl script

Re: perl scripts

2006-03-12 Thread debik
, and for my english. - Original Message - From: mnisay To: 'FreeRadius users mailing list' Sent: Sunday, March 12, 2006 10:55 AM Subject: RE: perl scripts what do you want to achieve with this perl script, freeradius can do the authentication. is this script

RE: perl scripts

2006-03-11 Thread mnisay
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of debikSent: Friday, March 10, 2006 8:41 PMTo: FreeRadius users mailing listSubject: Re: perl scripts I have got onother mysql base and i wont to write perl script to tel the radius server to use the data in that database

Re: perl scripts

2006-03-11 Thread debik
Yes. But that onother database is not in radius format like: op, value, etc. So I have to write a perl script. - Original Message - From: mnisay To: 'FreeRadius users mailing list' Sent: Saturday, March 11, 2006 11:27 AM Subject: RE: perl scripts

Re: perl scripts

2006-03-11 Thread Thor Spruyt
-spruyt.com www.salesguide.be www.telenethotspot.be - Original Message - From: debik To: FreeRadius users mailing list Sent: Saturday, March 11, 2006 2:43 PM Subject: Re: perl scripts Yes. But that onother database is not in radius format like: op, value, etc. So I have to write a perl

RE: perl scripts

2006-03-10 Thread mnisay
Could somebody share with some scripts that authorize users in radius. Im trying to write my own script, but i don't find any docs. Could somebody help me. authorize users inradius? freeradius can authorize usersby default. --No virus found in this incoming message.Checked by AVG Free

Re: perl scripts

2006-03-10 Thread debik
I have got onother mysql base and i wont to write perl script to tel the radius server to use the data in that database. - Original Message - From: mnisay To: 'FreeRadius users mailing list' Sent: Friday, March 10, 2006 11:26 AM Subject: RE: perl scripts

Re: perl scripts

2006-03-10 Thread Thor Spruyt
www.telenethotspot.be - Original Message - From: debik To: FreeRadius users mailing list Sent: Friday, March 10, 2006 8:41 PM Subject: Re: perl scripts I have got onother mysql base and i wont to write perl script to tel the radius server to use the data in that database. - Original Message