This is what wiki page says to do
authorize {
preprocess
redundant {
sql1
sql2
notfound = return
}
files
}
I am trying similar stuff
Chitrang Srivastava wrote:Read doc/configurable_failover, and "man unlang".
> Even with ldap_secondary I get same error
> redundant {
> ldap_primary
> ldap_secondary
> fail = 1
> }
This is documented. Yout can't just randomly insert things into the
configuration files.
Alan DeKok.