#
# ### Authorize { ... }
#
+ # Default action when called in `recv` sections except `recv Accounting-Request`.
+ #
# [options="header,autowidth"]
# |===
# | Code | Meaning | Process body? | Module code
#
# ### Authenticate { ... }
#
- # Same as `Authorize { ... }`
+ # Default action when called in `authenticate` sections.
+ #
+ # Return codes handled the same as `Authorize { ... }`
#
authenticate {
request {
#
# ### Accounting { ... }
#
+ # Default action when called in `recv Accounting-Request` or `accounting` sections.
+ #
# [options="header,autowidth"]
# |===
# | Code | Meaning | Process body? | Module code
#
# ### Post-Auth { ... }
#
- # Same as `Accounting { ... }`
+ # Default action when called in `send` sections.
+ #
+ # Return codes handled the same as `Accounting { ... }`
#
post-auth {
request {