https://bugs.winehq.org/show_bug.cgi?id=55698
Bug ID: 55698 Summary: secur32:negotiate & secur32:ntlm fail on macOS due to lack of NTLM support Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: secur32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
secur32:negotiate & secur32:ntlm fail on macOS due to lack of NTLM support.
secur32:negotiate: negotiate.c:136: Test failed: AcquireCredentialsHandleA returned c0000001 negotiate.c:246: Tests skipped: setup_client returned c0000001, skipping test
secur32:ntlm: ntlm.c:1358: Test failed: NTLM package not installed, skipping test ntlm.c:1282: Test failed: NTLM package not installed, skipping test
See https://test.winehq.org/data/patterns.html#secur32:negotiate https://test.winehq.org/data/patterns.html#secur32:ntlm
Where 0xc0000001 == STATUS_UNSUCCESSFUL
This may be happening because of missing libraries (or rather ntlm_auth?) on Remi's macOS test machines (see rbernon-macos-*).
https://bugs.winehq.org/show_bug.cgi?id=55698
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase