]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove '&' from passwd module configuration
authorAlan T. DeKok <aland@freeradius.org>
Thu, 6 Mar 2025 14:31:34 +0000 (09:31 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 6 Mar 2025 16:39:08 +0000 (11:39 -0500)
doc/antora/modules/reference/pages/raddb/mods-available/passwd.adoc
raddb/mods-available/passwd

index a478b2445f00f636c81df0a4c37616266ce5580d..6000c857802067cc5d52e1559ad04c510af7a0b3 100644 (file)
@@ -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.
 
 
 
index 6577da78af2105e365cc65bde128efdbac4d64d0..79b5cba231c9590de442b53a0bd5f2130d97c772 100644 (file)
@@ -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:"