I'm using the sql.conf file with mysql. Using the default installation
it uses a radius database with a table called radacct. I'm wanting my
accounting logs rotated each month in mysql. How can I change the name of
the radacct table to something more dynamic that reflects the month and year
(2003Nov)?

    I understand I could manually change the following two lines in sql.conf
but I'd rather it be automatic. I can manually create the tables but I'd
rather not change this line in the sql.conf at the beginning of each month.

    Is there a date variable I could set these to so that the table name
would be 2003Nov ?

        acct_table1 = "radacct"
        acct_table2 = "radacct"

    Bill


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to