]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
More old irrelevant proxy stuff
authorNick Porter <nick@portercomputing.co.uk>
Wed, 13 Nov 2024 14:33:53 +0000 (14:33 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 13 Nov 2024 17:07:47 +0000 (17:07 +0000)
src/modules/rlm_eap/rlm_eap.c

index 96e0a6ea4b78414bd3e5a333e1bad5eea7a86caa..bad43ddfa90e68ffb181637404a768fd50ac2412 100644 (file)
@@ -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);