You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If SEC_WINNT_AUTH_IDENTITY_EXW PackageList is set to a combination which can't be fulfilled (e.g. only unknown packages are set) then it should fail with SEC_E_NO_CREDENTIALS.
Currently SSPI fails during the first call with InitializeSecurityContext in this scenario whereas sspi-rs just continues to use the defaults.
The text was updated successfully, but these errors were encountered:
If SEC_WINNT_AUTH_IDENTITY_EXW PackageList is set to a combination which can't be fulfilled (e.g. only unknown packages are set) then it should fail with
SEC_E_NO_CREDENTIALS
.Currently SSPI fails during the first call with
InitializeSecurityContext
in this scenario whereas sspi-rs just continues to use the defaults.The text was updated successfully, but these errors were encountered: