"Ron Wahler" <[EMAIL PROTECTED]> wrote: > How can I tell it to only run if it is ACCEPT, I don't want > To run it if it is REJECT.
For now, poke at the source code to rlm_exec. In the function
exec_dispatch(), add near the top:
if (request->reply->code == PW__AUTHENTICATION_REJECT) {
return RLM_MODULE_NOOP;
}
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
