22 May
2012
22 May
'12
3:50 p.m.
Germano Paciocco wrote:
I'm new to Freeradius, and I would like to write a very simple user management php/mysql script, that should allow me to do some simple things:
1) create a user; 2) set expire date for a user; 3) disable user, automatically at expire date or manually if needed.
All this should go into the DB.
I installed successfully freeradius with mysql on a debian box and tested a new user with radtest. I also began to study sql schema, but I can't find many information on internet about it.
? The "doc" directory of the distribution "tar" file contains documentation specific to the SQL module. This documentation is copied on the Wiki, too. It describes the schema, and how the module uses it. Alan DeKok.