When security package was changed from NTLM to Negotiate (see #8256), the last call of AcceptSecurityContext() returns SEC_E_OK and some data for client. Server should send its to the client, but it doesn't. As result, client can't obtain encryption key from security context and wire encryption is not possible.
This is the reason for failure of QA test for #6204.
When security package was changed from NTLM to Negotiate (see #8256), the last call of
AcceptSecurityContext()
returns SEC_E_OK and some data for client. Server should send its to the client, but it doesn't. As result, client can't obtain encryption key from security context and wire encryption is not possible.This is the reason for failure of QA test for #6204.