From: Matthew Newton Date: Wed, 6 Nov 2019 16:19:36 +0000 (+0000) Subject: mschap: fix up comments X-Git-Tag: release_3_0_20~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fff9c0df34b056f41efcc74cd90fce262a06ec93;p=thirdparty%2Ffreeradius-server.git mschap: fix up comments --- diff --git a/raddb/mods-available/mschap b/raddb/mods-available/mschap index 5eece0a0ad0..0828c15e217 100644 --- a/raddb/mods-available/mschap +++ b/raddb/mods-available/mschap @@ -55,13 +55,7 @@ mschap { # attribute, and do prefix/suffix checks in order to obtain # the "best" user name for the request. # - # Depending on the AD / Samba configuration, you may also need to add: - # - # --allow-mschapv2 - # - # to the list of command-line options. - # - # For Samba 4, you should also set the "ntlmauth" parameter + # For Samba 4, you should also set the "ntlm auth" parameter # in the Samba configuration: # # ntlm auth = yes @@ -70,14 +64,12 @@ mschap { # # ntlm auth = mschapv2-and-ntlmv2-only # - # That will let Samba 4 accept the MS-CHAP authentication + # This will let Samba 4 accept the MS-CHAP authentication # method that is needed by FreeRADIUS. # - # Run the ntml_auth command line too: - # # Depending on the Samba version, you may also need to add: # - # --allow-mschap2v + # --allow-mschapv2 # # to the command-line parameters. #