"Bill" <[EMAIL PROTECTED]> wrote:
> 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)?
See 'doc/variables.txt' Use one of the macro expansions for dates.
acct_table1 = "%Y$m"
may work. If not, simply change the references in sql.conf:
${acct_table1} -> to -> %Y$m
That's why the configuration files are text, so they can be edited.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html