From 1930b5cbf2b563801863a58aec6efa1a9e5cc069 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Thu, 6 Mar 2025 09:31:34 -0500 Subject: [PATCH] remove '&' from passwd module configuration --- .../reference/pages/raddb/mods-available/passwd.adoc | 8 ++++---- raddb/mods-available/passwd | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/antora/modules/reference/pages/raddb/mods-available/passwd.adoc b/doc/antora/modules/reference/pages/raddb/mods-available/passwd.adoc index a478b2445f..6000c85780 100644 --- a/doc/antora/modules/reference/pages/raddb/mods-available/passwd.adoc +++ b/doc/antora/modules/reference/pages/raddb/mods-available/passwd.adoc @@ -53,17 +53,17 @@ attributes. this name from the request is used to search for the record from passwd file. - * Attributes marked as `=` are added to the `&reply.` list, -instead of default `&control.` list. + * Attributes marked as `=` are added to the `reply.` list, +instead of default `control.` list. - * Attributes marked as `~` are added to the `&request.` list. + * Attributes marked as `~` are added to the `request.` list. * Field marked as `,` may contain a comma separated list of attributes. The format here uses the first field as the key. If the `link:https://freeradius.org/rfc/rfc2865.html#User-Name[User-Name]` matches, the `Crypt-Password` attribute is created from the second field, and is added to the -`&control.` list. +`control.` list. diff --git a/raddb/mods-available/passwd b/raddb/mods-available/passwd index 6577da78af..79b5cba231 100644 --- a/raddb/mods-available/passwd +++ b/raddb/mods-available/passwd @@ -59,17 +59,17 @@ passwd etc_passwd { # this name from the request is used to search for the record from # passwd file. # - # * Attributes marked as `=` are added to the `&reply.` list, - # instead of default `&control.` list. + # * Attributes marked as `=` are added to the `reply.` list, + # instead of default `control.` list. # - # * Attributes marked as `~` are added to the `&request.` list. + # * Attributes marked as `~` are added to the `request.` list. # # * Field marked as `,` may contain a comma separated list of attributes. # # The format here uses the first field as the key. If the # `User-Name` matches, the `Crypt-Password` attribute is # created from the second field, and is added to the - # `&control.` list. + # `control.` list. # format = "*User-Name:Crypt-Password:" -- 2.47.2