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

index a97f1c4cfaefde0dab0e4a614766c75dd7459351..7593e78d6ad23723107bb27137be6637cc3364bd 100644 (file)
@@ -93,7 +93,7 @@ the user's password when performing PAP authentication.
 ```
 pap {
 #      normalise = no
-#      password_attribute = &User-Password
+#      password_attribute = User-Password
 }
 ```
 
index 768dad502fb9a2fadc1fe2db27fa19a006173227..65233568de623bf93d0c41af75ea5f0e1373a73b 100644 (file)
@@ -92,5 +92,5 @@ pap {
        #  password_attribute:: Which attribute in the request should be used as
        #  the user's password when performing PAP authentication.
        #
-#      password_attribute = &User-Password
+#      password_attribute = User-Password
 }