]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add notes on when actions are used
authorNick Porter <nick@portercomputing.co.uk>
Wed, 7 Aug 2024 08:22:40 +0000 (09:22 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 7 Aug 2024 08:22:40 +0000 (09:22 +0100)
raddb/mods-available/rest

index c6d4fbf6e8a58df9211e6cde19366336e23e51b3..a252763bb6d1c94f5f630ef6ae16d6479f51cff6 100644 (file)
@@ -360,6 +360,8 @@ rest {
        #
        #  ### Authorize { ... }
        #
+       #  Default action when called in `recv` sections except `recv Accounting-Request`.
+       #
        #  [options="header,autowidth"]
        #  |===
        #  | Code | Meaning      | Process body? | Module code
@@ -384,7 +386,9 @@ rest {
        #
        #  ### Authenticate { ... }
        #
-       #  Same as `Authorize { ... }`
+       #  Default action when called in `authenticate` sections.
+       #
+       #  Return codes handled the same as `Authorize { ... }`
        #
        authenticate {
                request {
@@ -397,6 +401,8 @@ rest {
        #
        #  ### Accounting { ... }
        #
+       #  Default action when called in `recv Accounting-Request` or `accounting` sections.
+       #
        #  [options="header,autowidth"]
        #  |===
        #  | Code | Meaning      | Process body? | Module code
@@ -417,7 +423,9 @@ rest {
        #
        #  ### Post-Auth { ... }
        #
-       #  Same as `Accounting { ... }`
+       #  Default action when called in `send` sections.
+       #
+       #  Return codes handled the same as `Accounting { ... }`
        #
        post-auth {
                request {