php resource application

2008-03-20 Thread Charnjit Sidhu
 
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: php resource application

2008-03-20 Thread Arran Cudbard-Bell

Charnjit Sidhu wrote:
 
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




http://uk.php.net/manual/en/ref.radius.php

You should be able to build a simple PAP authentication client, from the 
notes floating around on PHP.net.


You'll need to compile in RADIUS support/ install a shared module using 
PECL.


Arran


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


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


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: php resource application

2008-03-20 Thread Pedro Figueiredo

On 20 Mar 2008, at 17:19, Charnjit Sidhu wrote:

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



http://search.cpan.org/dist/RadiusPerl/

cheers,

pedro
--
you don't code php. you merely edit it until it works. - merlyn


Information in this email including any attachments may be privileged, 
confidential and is intended exclusively for the addressee. The views expressed 
may not be official policy, but the personal views of the originator. If you 
have received it in error, please notify the sender by return e-mail and delete 
it from your system. You should not reproduce, distribute, store, retransmit, 
use or disclose its contents to anyone. Please note we reserve the right to 
monitor all e-mail communication through our internal and external networks. 
SKY and the SKY marks are trade marks of British Sky Broadcasting Group plc and 
are used under licence. British Sky Broadcasting Limited (Registration No. 
2906991), Sky Interactive Limited (Registration No. 3554332), Sky-In-Home 
Service Limited (Registration No. 2067075) and Sky Subscribers Services Limited 
(Registration No. 2340150) are direct or indirect subsidiaries of British Sky 
Broadcasting Group plc (Registration No. 2247735). All of the c!
ompanies mentioned in this paragraph are incorporated in England and Wales and share the same registered office at Grant Way, Isleworth, Middlesex TW7 5QD. 


-
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