From: Alan T. DeKok Date: Thu, 12 Aug 2021 12:47:06 +0000 (-0400) Subject: add --allow-mschapv2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd4ffe95a1c10629feffa01ded14a11af57a7d9b;p=thirdparty%2Ffreeradius-server.git add --allow-mschapv2 --- diff --git a/raddb/mods-available/mschap b/raddb/mods-available/mschap index 22db84fce43..86851013741 100644 --- a/raddb/mods-available/mschap +++ b/raddb/mods-available/mschap @@ -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.