]> git.ipfire.org Git - thirdparty/openvpn.git/commit
NTLM: when NTLMv1 is requested, try NTLMv2 instead
authorFrank Lichtenheld <frank@lichtenheld.com>
Thu, 18 Jan 2024 15:12:42 +0000 (16:12 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 18 Jan 2024 17:07:06 +0000 (18:07 +0100)
commitb541a86948d7e9866b33e876fcf070fad00b3dce
tree7640f91e29d5f681088d5d52446a3921cd54c91a
parentd3f84afedd33734416704d5d92e8d3ac639ef491
NTLM: when NTLMv1 is requested, try NTLMv2 instead

Commit 21910ebc2ee8a6138eb2af8d38056d2b94e59f9c removed
support for NTLMv1 authentication. This adjusts the
behavior for existing configurations that specify
"ntlm" keyword.

Do not error out hard, instead just try to upgrade. This
should work fine in many cases and will avoid breaking
user configs unnecessarily on upgrade.

In addition it fixes an issue with the mentioned patch
where "auto" wasn't working correctly for NTLM anymore.

Change-Id: Iec74e88f86cd15328f993b6cdd0317ebda81563c
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20240118151242.12169-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/search?l=mid&q=20240118151242.12169-1-gert@greenie.muc.de
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Changes.rst
doc/man-sections/proxy-options.rst
src/openvpn/proxy.c