Hi everyone. 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. 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. Can anyone you suggest me some good documentation, just to begin? Thank you very much. Regards. -- GP
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.
participants (2)
-
Alan DeKok -
Germano Paciocco