Freeradius administration package Code
Brought to you by:
xlibre
I noticed activity on the project and since people don't know to look at SVN I'm making a basic release so people who are interested can start using it and/or messing about with it. PLEASE, PLEASE, leave a comment on the sourceforge website letting me know if this worked. Or why it didn't. About 5 people per day are d/ling the program but not a one seems to be having any problems or informing me how its going at all. You must change the user and pass inside of util.php I use several extra tables which you must add to your radius db. Something like mysql -f radiusdbname < additions.sql Further, I used a db_mysql.sql from http://www.ibr.cs.tu-bs.de/cgi-bin/dwww?type=file&location=/usr/share/doc/freeradius/examples/db_mysql.sql.gz and it changed my inserts a bit (since im doing insert values() the column counts and orders matter, I'll fix it in the future). This code may not work as is for your installation, but if you report a bug I'll be sure to help you. Also, the code as is currently requires register globals and short open tags to be on, I know its a security risk for register globals to be on, it's also going to be fixed. My plan is to eventually make this a debian package so you can apt-get freeradius freeradius-mysql and my package and after creating the radius db and importing the tables you should have it fully working with minimal time. miamiseb@gmail.com if you need something.