30 May
2006
30 May
'06
10:57 a.m.
"Nicolas Castel" <nicolas.castel@gmail.com> wrote:
Is there any possibility not to go through following modules in the authorize section if the Auth-Type has already been set.
Yes. See doc/configurable_failover. You should have your module return different codes, based on whether Auth-Type was set or not. You can then have a return code block saying "updated = return", which will stop processing the authorize section. Alan DeKok.