I would like FreeRADIUS to never reject, always allow. Is there a way to override every proxy reject with an accept? I tried adding the following in the sites-enabled\default file, but it does not override the proxies reject message: post-proxy { update proxy-reply { Auth-Type := Accept } Thanks.