Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NTLM Server CompleteNeeded being returned after Authentication message #167

Open
jborean93 opened this issue Sep 20, 2023 · 0 comments
Open

Comments

@jborean93
Copy link

jborean93 commented Sep 20, 2023

The NTLM acceptor is returning CompleteNeeded after processing the authentication message from the initiator

Ok(crate::SecurityStatus::CompleteNeeded)

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

pub fn complete_authenticate(context: &mut Ntlm) -> crate::Result<SecurityStatus> {

The CompleteAuthToken notes even states it is only for the Digest sec provider

This function is supported only by the Digest security support provider (SSP).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant