ug... how do i make freeradius work?
[ga4php.git] / radius / radverify.php
1 <?php
2 /*
3  * radverify.php
4  * 
5  * This file is designed as a "script" extension to freeradius (or some such tool) for radius authentication.
6  * Also provided is a simple web interface for managing users in freeradius.
7  * 
8  * I cant figure out how to make it work with freeradius. I dont want to do password auth at all, in fact i want the login
9  * password to *BE* the pin code, but i cant find a way of doing that with freeradius, which is a shame.
10  */
11
12 ?>