Perhaps try specifying the explicit behavior of the group rather than
using redudant { } ?

>From doc/configurable_failover:

accounting {
    group {
      sql1 {
        fail     = 1
        notfound = 2
        noop     = return
        ok       = return
        updated  = return
        reject   = return
        userlock = return
        invalid  = return
        handled  = return
      }
      sql2 {
        fail     = 1
        notfound = 2
        noop     = return
        ok       = return
        updated  = return
        reject   = return
        userlock = return
        invalid  = return
        handled  = return
      }

Franklin

On Tue, 10 Dec 2002, Alan DeKok wrote:
>
> Christophe Boyanique <[EMAIL PROTECTED]> wrote:
> > I want to log to *one* SQL database and to have a backup database if the
> > first one doesn't work.
>
>   Ok...
>
> > I did; so I made something like that:
> >
> > accounting {
> >     redundant {
> >         sql1
> >         sql2
> >     }
> > }
> >
> > But then it logs to the *two* servers.
>
>   Hmm... that shouldn't happen.

--
Franklin Trumpy, NFA, MNGS, GSc | Say not, "I have found the truth,"
Sr. UNIX Systems Administrator  | but rather, "I have found a truth."
Lighthouse Communications       |
[EMAIL PROTECTED]                 | Say not, "I have found the path of the soul."
(515)244-1115                   | Say rather, "I have met the soul walking
(888)953-3278                   |   upon my path."
http://www.lh.net               |
                                |         -Kahlil Gibran, _The Prophet_, 1923



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

Reply via email to