"Nicolas Castel" <[EMAIL PROTECTED]> 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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

