"Cris Boisvert" <[EMAIL PROTECTED]> wrote:
> I have been trying to do the same thing I have the references in the
> radius.conf as notated in the Doc's although I cannot get it to
> Connect to the second sql server
> I have this in the radius.conf
> 
> $INCLUDE  ${confdir}/sql.conf
> $INCLUDE  ${confdir}/sql2.conf
> 
> modules {
>     sql sql {
>       }
>     sql sql2 {
...

  You have to list "sql2" in the section where you want it to be used.

> I just need it to authenticate off one database and fail to the
> other if = the first is unavailable ...

  Do:

authorize {
          ...
        redundant {
                    sql
                    sql2
        }         
        ...
}

  This is taken from "doc/configurable_failover".

  Alan DEkok.

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

Reply via email to