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

Reply via email to