cc_skavenger,
I followed the instructions given by
Shane (Thanks a lot!!!) , and recorded my "step by step", so it'll be easier to make it work:
1-Added an ibay[dialadmin in my case] and made execution of dynamic content possible.
2-Downloaded the DialupAdmin and uncompressed to the html folder.
4-In the command line, changed to the sql directory and added the tables to the Radius Database:
cd /home/e-smith/files/ibays/dialadmin/html/sql
[root@brio sql]# mysql radius < userinfo.sql
[root@brio sql]# mysql radius < badusers.sql
[root@brio sql]# mysql radius < mtotacct.sql
[root@brio sql]# mysql radius < totacct.sql
5-Now it's time to edit the admin.conf inside de conf directory:
Things to change:
general_base_dir: /home/e-smith/files/ibays/dialadmin/html/
general_radiusd_base_dir: /usr/sbin/radiusd
general_domain: mydomain.homeunix.net
general_radius_server_secret testing123 "this is the default FreeRadius secret"
sql_password_attribute: Crypt-Password
6-Modify the info of the sql database to fit yours, mine is
radius for the database and the user (I'm using the RPM radius package), I used phpmyadmin to reset the user password and added here as well.
Now if I go to my server at:
http://SME/dialadmin/htdocs/it works!