On Tue May 13 15:53:30 2025 +0000, Dmitry Timoshkov wrote:
For attributes returned by InitializeSecurityContext() probably I could add some tests to dlls/secur32/tests/ntlm.c to see how it supposed to behave under Windows when some certain attributes are requested for a connection. I'm not sure what kind of tests should be added for encrypting/decrypting, Hans, do you have any particular suggestions?
I tested an NTLM authenticated LDAP connection and it still works. With your patch authentication fails due to that request flag check. If I remove the check I get a crash.