From: Arran Cudbard-Bell Date: Sun, 2 Apr 2023 19:49:55 +0000 (-0600) Subject: exec: Fixup another config file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea1d92947f40d5e446c582ba32bdfe03550232d;p=thirdparty%2Ffreeradius-server.git exec: Fixup another config file --- diff --git a/raddb/mods-available/echo b/raddb/mods-available/echo index 6b7f144fe7..a96c306a4e 100644 --- a/raddb/mods-available/echo +++ b/raddb/mods-available/echo @@ -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.