]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
exec: Fixup another config file
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 2 Apr 2023 19:49:55 +0000 (13:49 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 2 Apr 2023 19:49:55 +0000 (13:49 -0600)
raddb/mods-available/echo

index 6b7f144fe71d0000788758249ae19e0bac105a9c..a96c306a4e361d21e0b39c4f9dcd6a6ad7a50621 100644 (file)
@@ -77,13 +77,13 @@ exec echo {
        #  [options="header,autowidth"]
        #  |===
        #  | Pairs         | Description
-       #  | request       | attributes from the request
-       #  | config        | attributes from the configuration items list
-       #  | reply         | attributes from the reply
-       #  | session-state | attributes that persist over multiple request/response rounds.
+       #  | &request       | attributes from the request
+       #  | &config        | attributes from the configuration items list
+       #  | &reply         | attributes from the reply
+       #  | &session-state | attributes that persist over multiple request/response rounds.
        #  |===
        #
-       input_pairs = request
+       input_pairs = &request
 
        #
        #  output_pairs::: Where to place the output attributes (if any) from
@@ -92,7 +92,7 @@ exec echo {
        #  The values allowed, and the restrictions as to availability, are the
        #  same as for the `input_pairs`.
        #
-       output_pairs = reply
+       output_pairs = &reply
 
        #
        #  shell_escape:: Escape the environment variables.