On 8/29/07, <b class="gmail_sendername">Pretty Woman</b> <<a href="mailto:redrose_w@yahoo.com">redrose_w@yahoo.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>I need to configure freeradius to make accounting with<br>Quintum. Where do I start ? What do I need to know in<br>order to do that ?<br><br> I already installed and tested version 1.1.7 and have<br>a mysql or pgsql server but I dont know what steps to
<br>take yet.<br><br> What structure should the tables in the database have<br>in order to work with radius ?<br>How do I include dictionary.quintum ? (as I read that<br>it's needed)<br>Is it enough to set this parameters in 
postgresql.conf<br>?<br> server = ...<br> login = ...<br> password = ...<br> radius_db = ...<br><br>Thanks<br></blockquote></div><br><br>Included in the source is mysql and pgsql database schemas.  You will need to create the database yourself: (create database radius;) then import the schema.  In mysql you can do the following: mysql -u root -p radius < 
schema.sql<br><br>After the DB is setup you will then want to configure the *.conf with server, login, password, etc.  If all is well, you can simply insert the respective sql module in the accounting section of radiusd.conf
 and watch as your table is populated.<br clear="all"><br>-- <br>Nicholas Hall<br><a href="mailto:ngharo@gmail.com">ngharo@gmail.com</a><br>262.208.6271