1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-10 04:23:50 +03:00

r1056: fixed a comment on handling of the initial challenge in the ntlmssp rpc server backend

This commit is contained in:
Andrew Tridgell
2004-06-07 03:12:11 +00:00
committed by Gerald (Jerry) Carter
parent 52e4fe8ce9
commit 536aa86aa9

View File

@@ -36,9 +36,8 @@ static NTSTATUS dcesrv_crypto_ntlmssp_start(struct dcesrv_auth *auth, DATA_BLOB
struct auth_ntlmssp_state *ntlmssp = NULL; struct auth_ntlmssp_state *ntlmssp = NULL;
NTSTATUS status; NTSTATUS status;
/* TODO: we should parse the auth_blob and remember the client /* the auth_blob is ignored here, and is handled in the call
hostname and target domain, then check against the auth3 to auth_ntlmssp_update() */
bind packet */
status = auth_ntlmssp_start(&ntlmssp); status = auth_ntlmssp_start(&ntlmssp);