14 Mar
2011
14 Mar
'11
10:54 a.m.
Brian Candler wrote:
I think I've found a bug in configurable failover - or at least, it doesn't correspond to any behaviour I can see documented, but I thought I'd raise it here before making a ticket. ... You can see that only the first 'if' statement has been executed, and then it has dropped out of the module entirely, keeping the reject status.
That's how the "authenticate" section works. "reject" means "STOP AND REJECT".
As a workaround, you can insert a 'noop':
Yes. Alan DeKok.