]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add --allow-mschapv2
authorAlan T. DeKok <aland@freeradius.org>
Thu, 12 Aug 2021 12:47:06 +0000 (08:47 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 12 Aug 2021 12:47:06 +0000 (08:47 -0400)
raddb/mods-available/mschap

index 22db84fce43f610732b123ef9509cccfc5d450f7..86851013741df4bdf05f72c0cdcf8237f02e1ce6 100644 (file)
@@ -139,7 +139,7 @@ mschap {
        #  WARNING: Be VERY careful when editing the following line!
        #  Change the path, and ideally nothing else.
        #
-#      ntlm_auth = "/path/to/ntlm_auth --request-nt-key --username=%{%{Stripped-User-Name}:-%{%{User-Name}:-None}} --challenge=%{%(mschap:Challenge):-00} --nt-response=%{%(mschap:NT-Response):-00}"
+#      ntlm_auth = "/path/to/ntlm_auth --request-nt-key  --allow-mschapv2 --username=%{%{Stripped-User-Name}:-%{%{User-Name}:-None}} --challenge=%{%(mschap:Challenge):-00} --nt-response=%{%(mschap:NT-Response):-00}"
 
        #
        #  ntlm_auth_timeout:: Time to wait for `ntlm_auth` to run.