]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typos
authorNick Porter <nick@portercomputing.co.uk>
Thu, 25 Apr 2024 14:49:54 +0000 (15:49 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 26 Apr 2024 07:27:30 +0000 (08:27 +0100)
raddb/mods-available/pap

index ac8fdfbbbaf69cb2401338737d2e6e180161e4ac..768dad502fb9a2fadc1fe2db27fa19a006173227 100644 (file)
@@ -68,8 +68,8 @@
 #
 #  NOTE: It is important to understand the difference between the `User-Password`
 #  and `Password.Cleartext` attributes. The `Password.Cleartext` attribute is
-#  the  *"known  good"* password for the user. Simply supplying the Cleart-ext-Password
-#  to the server will result in most authentication  methods working. The `User-Password`
+#  the  *"known  good"* password for the user. Simply supplying the `Password.Cleartext`
+#  to the server will result in most authentication methods working. The `User-Password`
 #  attribute is the password as typed in by the user on their private machine.
 #  The two are not the  same, and should be treated very differently. That is, you should
 #  generally not use the `User-Password` attribute anywhere in the RADIUS configuration.