"denz" <[EMAIL PROTECTED]> wrote: > I need to remove the attribute > Calling-Station-Id = xxx > from the requests before passing it to the remote radius server.
Use rlm_attr_filter in pre-proxy. > And while doing that I need to run some script and put those > Calling-station-id to a DB. Can we achieve this. Yes. Use rlm_exec in pre-proxy, before rlm_attr_filter. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
