From: Nick Porter Date: Wed, 16 Jul 2025 10:23:02 +0000 (+0100) Subject: Correct docs on rlm_radius return codes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7baba047e38564a3d167eafbd1f0828b74921d9;p=thirdparty%2Ffreeradius-server.git Correct docs on rlm_radius return codes --- diff --git a/doc/antora/modules/reference/pages/raddb/mods-available/radius.adoc b/doc/antora/modules/reference/pages/raddb/mods-available/radius.adoc index 44ae95ff9c..49d36965a3 100644 --- a/doc/antora/modules/reference/pages/raddb/mods-available/radius.adoc +++ b/doc/antora/modules/reference/pages/raddb/mods-available/radius.adoc @@ -95,7 +95,8 @@ The module has the following return codes: or the reply packet is invalid. | ok | the module received an `ack` (`link:https://freeradius.org/rfc/rfc2865.html#Access-Accept[Access-Accept]`, `link:https://freeradius.org/rfc/rfc2866.html#Accounting-Response[Accounting-Response]`, `CoA-ACK`, etc.) -| handled | the module received an `link:https://freeradius.org/rfc/rfc2865.html#Access-Challenge[Access-Challenge]` +| updated | the module received an `link:https://freeradius.org/rfc/rfc2865.html#Access-Challenge[Access-Challenge]` +| handled | the module received a `Protocol-Error` | fail | there was no response to the proxied request | reject | the module received a `nak` (`link:https://freeradius.org/rfc/rfc2865.html#Access-Reject[Access-Reject]`, `CoA-NAK`, etc.) | noop | the module saw its own `link:https://freeradius.org/rfc/rfc2865.html#Proxy-State[Proxy-State]` attribute, diff --git a/raddb/mods-available/radius b/raddb/mods-available/radius index ad9cf6bbe1..406fa95c3e 100644 --- a/raddb/mods-available/radius +++ b/raddb/mods-available/radius @@ -98,7 +98,8 @@ # or the reply packet is invalid. # | ok | the module received an `ack` (`Access-Accept`, # `Accounting-Response`, `CoA-ACK`, etc.) -# | handled | the module received an `Access-Challenge` +# | updated | the module received an `Access-Challenge` +# | handled | the module received a `Protocol-Error` # | fail | there was no response to the proxied request # | reject | the module received a `nak` (`Access-Reject`, `CoA-NAK`, etc.) # | noop | the module saw its own `Proxy-State` attribute,