Skip to content

Commit f9a11a2

Browse files
committed
Improvement #8256 : Win_sspi plugin uses NTLM
1 parent 6b445c0 commit f9a11a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/trusted/AuthSspi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ AuthSspi::AuthSspi()
109109
groupNames(*getDefaultMemoryPool()), sessionKey(*getDefaultMemoryPool())
110110
{
111111
TimeStamp timeOut;
112-
hasCredentials = initEntries() && (fAcquireCredentialsHandle(0, "NTLM",
112+
hasCredentials = initEntries() && (fAcquireCredentialsHandle(0, NEGOSSP_NAME_A,
113113
SECPKG_CRED_BOTH, 0, 0, 0, 0,
114114
&secHndl, &timeOut) == SEC_E_OK);
115115
}

0 commit comments

Comments
 (0)