From: Nick Porter Date: Wed, 27 Nov 2024 12:03:21 +0000 (+0000) Subject: In-progress eap returns ok or updated X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb7c977236a8bcdd67dd315429a88e8f5aedc520;p=thirdparty%2Ffreeradius-server.git In-progress eap returns ok or updated Adjust default policy to reflect that - usually it makes no sense to call data stores etc part way through eap. --- diff --git a/raddb/sites-available/default b/raddb/sites-available/default index 72f890c1b22..cb6ae15fc4c 100644 --- a/raddb/sites-available/default +++ b/raddb/sites-available/default @@ -818,7 +818,7 @@ recv Access-Request { # The module also sets the EAP-Type attribute in the request # list, to the incoming EAP type. # - # The `eap` module returns `ok` if it is not yet ready to + # The `eap` module returns `ok` or `updated` if it is not yet ready to # authenticate the user. The configuration below checks for # that return value, and if so, stops processing the current # section. @@ -832,6 +832,7 @@ recv Access-Request { # eap { ok = return + updated = return } #