On Sat, 22 May 2004, apellido jr., wilfredo p wrote:

> Just reading  docs/configurable_failover, at the example
>
>
>  #  Handle accounting packets
>   accounting {
>       detail                    # always log to detail, stopping if it fails
>       redundant {
>         sql1                    # try module sql1
>         sql2                    # if that's down, try module sql2
>         handled                 # otherwise drop the request as
>                                 # it's been "handled" by the "always"
>                                 # module (see doc/rlm_always)
>       }
>   }
> #---
>
> How do i setup freeradius to log accounting in two mysql server at the
> "same time"? Currently im running freeradius with only one database back
> end. How do i specify in accounting section?

Just:

accounting{
        detail
        sql1
        sql2
}

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

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]       National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf

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

Reply via email to