So, what can someone suggest what configuration should i add only for such a case: if sql1 is down then go and search for the user to sql2?
Edgars
Alan DeKok wrote:
"Cris Boisvert" <[EMAIL PROTECTED]> wrote:
$INCLUDE ${confdir}/sql.conf $INCLUDE ${confdir}/sql2.conf
modules {
sql sql {
}
sql sql2 {
}
The $INCLUDE ${confdir}/sql.conf should be INSIDE of the modules{} section, which means you don't need to have TWO definitions for it.
i.e. delete the empty "sql sql {}" and "sql sql2 {}" blocks from modules{}. They're wrong, and you don't need them.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

