From: Nick Porter Date: Wed, 13 Nov 2024 14:33:53 +0000 (+0000) Subject: More old irrelevant proxy stuff X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ca8ca15065e9ee8309b8f0017a8ab2bc338dff;p=thirdparty%2Ffreeradius-server.git More old irrelevant proxy stuff --- diff --git a/src/modules/rlm_eap/rlm_eap.c b/src/modules/rlm_eap/rlm_eap.c index 96e0a6ea4b7..bad43ddfa90 100644 --- a/src/modules/rlm_eap/rlm_eap.c +++ b/src/modules/rlm_eap/rlm_eap.c @@ -923,15 +923,6 @@ static unlang_action_t mod_authorize(rlm_rcode_t *p_result, module_ctx_t const * rlm_eap_t const *inst = talloc_get_type_abort_const(mctx->mi->data, rlm_eap_t); int status; -#ifdef WITH_PROXY - /* - * We don't do authorization again, once we've seen the - * proxy reply (or the proxied packet) - */ - if (request->proxy != NULL) - RETURN_MODULE_NOOP; -#endif - if (!inst->auth_type) { WARN("No 'authenticate %s {...}' section or 'Auth-Type = %s' set. Cannot setup EAP authentication", mctx->mi->name, mctx->mi->name);