Dave Mason <[EMAIL PROTECTED]> wrote: > It looks like the proxy works OK but I dont want cdr to run on the proxy > server. I dont have any DEFAULT or other entries in the acct_users > file. I suspect I need something there, or maybe rlm_cdr needs some > extra smarts to know it's a proxy request and return?
It needs to do:
if (pairfind(request->config_items, PW_PROXY_TO_REALM)) {
return RLM_MODULE_NOOP;
}
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
