From: Nick Porter Date: Thu, 25 Apr 2024 14:49:54 +0000 (+0100) Subject: Typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6503fa060e259cf2b7832aee825b7009c87bca4c;p=thirdparty%2Ffreeradius-server.git Typos --- diff --git a/raddb/mods-available/pap b/raddb/mods-available/pap index ac8fdfbbbaf..768dad502fb 100644 --- a/raddb/mods-available/pap +++ b/raddb/mods-available/pap @@ -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.