Hello,

        I use MySQL for accounting. I have 2 databases. I want to
configure RADIUS to send accounting data to the 1st db and if the 1st db
fails send data to the 2nd db. I tryed configuration:
# Accounting. Log to detail file, and to the radwtmp file, and maintain
# radutmp.
accounting {
        acct_unique
        detail
        #counter
        redundant {
            sql_primary
            sql_secondary
        }
        unix
        radutmp
        sradutmp
}

In this case I get accounting data in both db servers, what is not good
for me. What is wrong in my configuration?

        Thanks in advance,
                Thomas


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

Reply via email to