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
This is different from SSPI actual which just returned SEC_E_OK. It seems like CompleteAuthToken has been implemented to finalise the security context but this should just work like SSPI actual and be done when processing the authentication message
The NTLM acceptor is returning
CompleteNeeded
after processing the authentication message from the initiatorsspi-rs/src/ntlm/messages/server/authenticate.rs
Line 52 in 1f71235
This is different from SSPI actual which just returned
SEC_E_OK
. It seems likeCompleteAuthToken
has been implemented to finalise the security context but this should just work like SSPI actual and be done when processing the authentication messagesspi-rs/src/ntlm/messages/server/complete_authenticate.rs
Line 7 in 1f71235
The CompleteAuthToken notes even states it is only for the Digest sec provider
The text was updated successfully, but these errors were encountered: