http://bugs.winehq.org/show_bug.cgi?id=58190
Bug ID: 58190 Summary: secur32:ntlm tests fail on Windows 11 24H2 Product: Wine Version: 10.6 Hardware: x86-64 OS: Windows Status: UNCONFIRMED Severity: normal Priority: P2 Component: secur32 Assignee: wine-bugs@winehq.org Reporter: bshanks@codeweavers.com
secur32:ntlm has one failure on Windows 11 24H2:
ntlm.c:348: Running the client the second time. ntlm.c:956: Test failed: Running the client returned SEC_E_NO_CREDENTIALS, more tests will fail. ntlm.c:973: Tests skipped: Authentication failed, skipping test.
This is likely because of the removal of NTLMv1 from Windows 11 24H2 and Server 2025: https://learn.microsoft.com/en-us/windows/whats-new/removed-features
http://bugs.winehq.org/show_bug.cgi?id=58190
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #1 from Piotr Caban piotr.caban@gmail.com --- I've created https://gitlab.winehq.org/wine/wine/-/merge_requests/7955 to address that.