FW: php resource application

2008-03-20 Thread Charnjit Sidhu
Hi,
 
I need what is called a Authen/Radius.pm file. for my application 
authentication, does anyone know where I can get one of these from, this is to 
allow my perl script to run Authen::Radius
 
Charnjit
 


From: Charnjit Sidhu
Sent: Thu 3/20/2008 12:15 PM
To: freeradius-users@lists.freeradius.org
Subject: php resource application


 
Hi,
 
I have a working client which authenticates with the radius server, I wanted to 
know if anyone has had experience of using a php/sql application called mrbs.
 
 I want the application to use radius authentication to authenticate users 
logging into this resource booking application, there are scripts provided for 
other forms of authentication (ie pam, ldap, smb) however wanted to know if 
anyone has created a php or any other kind of script to do this.  It looks like 
I will need to add php script to authenticate but not sure what needs to go in 
it. 
 
Charnjit

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: FW: php resource application

2008-03-20 Thread A . L . M . Buxey
Hi,
 Hi,
  
 I need what is called a Authen/Radius.pm file. for my application 
 authentication, does anyone know where I can get one of these from, this is 
 to allow my perl script to run Authen::Radius

PERL library

sometimes installable via eg perl-authen-radius.rpm or somesuch,
or download the PERL code from cpan.org - either through the
web interface, extract the tarball, perl Makefile.pl and make
install, or use PERL with CPAN to get the file...eg

perl -MCPAN -e shell
cpaninstall Authen::Radius

alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html