mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
secur32: Stop loading Negotiate until it is actually working.
This commit is contained in:
parent
48c14238b8
commit
35bf41bc16
@ -545,7 +545,12 @@ static void SECUR32_initializeProviders(void)
|
||||
InitializeCriticalSection(&cs);
|
||||
/* First load built-in providers */
|
||||
SECUR32_initSchannelSP();
|
||||
/* Do not load Negotiate yet. This breaks for some user on the wine-users
|
||||
* mailing list as of 2006-09-12. Without Negotiate, applications should
|
||||
* fall back to NTLM and that should work.*/
|
||||
#if 0
|
||||
SECUR32_initNegotiateSP();
|
||||
#endif
|
||||
SECUR32_initNTLMSP();
|
||||
/* Now load providers from registry */
|
||||
apiRet = RegOpenKeyExW(HKEY_LOCAL_MACHINE, securityProvidersKeyW, 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user