1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +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;
NTSTATUS status;
/* TODO: we should parse the auth_blob and remember the client
hostname and target domain, then check against the auth3
bind packet */
/* the auth_blob is ignored here, and is handled in the call
to auth_ntlmssp_update() */
status = auth_ntlmssp_start(&ntlmssp);