http://bugs.winehq.org/show_bug.cgi?id=59689 Andrey M <winandfx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|CLOSED |UNCONFIRMED --- Comment #6 from Andrey M <winandfx@gmail.com> --- I've found out that it is not fully fixed for Python sspilib. It is fixed for protocol=negotiate, but not for protocol=ntlm. You can see in logs that nego_SpAcquireCredentialsHandle is not called when protocol=ntlm which means that SEC_WINNT_AUTH_IDENTITY_EXW is not converted to SEC_WINNT_AUTH_IDENTITY_W and we get the same error as before inside ntlm_SpAcquireCredentialsHandle. How to reproduce: Run container https://github.com/Winand/wine-container $ wine python3.12 -m pip install --break-system-packages pyspnego $ WINEDEBUG=+secur32,+ntlm,+msv1_0 wine python3.12 -c "import spnego; spnego._sspi.SSPIProxy('user', 'pass', service='SMTP', protocol='ntlm')" -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.