]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct docs on rlm_radius return codes
authorNick Porter <nick@portercomputing.co.uk>
Wed, 16 Jul 2025 10:23:02 +0000 (11:23 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 16 Jul 2025 10:23:02 +0000 (11:23 +0100)
doc/antora/modules/reference/pages/raddb/mods-available/radius.adoc
raddb/mods-available/radius

index 44ae95ff9c63332f6084bd109d7585a4cedc8b31..49d36965a3d028da813d9aedf6bdfb9397be8619 100644 (file)
@@ -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,
index ad9cf6bbe14886734adcc1b04200b5afd5341002..406fa95c3eddf9afa020f6378d2deb033746dde9 100644 (file)
@@ -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,