From 0cb60c618adcb655e7e0c2ffc476d4ef83dc4007 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Jun 2004 03:12:11 +0000 Subject: r1056: fixed a comment on handling of the initial challenge in the ntlmssp rpc server backend (This used to be commit 536aa86aa92e3cf9fb99d5939cdceff637c72668) --- source4/rpc_server/dcesrv_crypto_ntlmssp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source4') diff --git a/source4/rpc_server/dcesrv_crypto_ntlmssp.c b/source4/rpc_server/dcesrv_crypto_ntlmssp.c index a0bb153ef2..e23f136308 100644 --- a/source4/rpc_server/dcesrv_crypto_ntlmssp.c +++ b/source4/rpc_server/dcesrv_crypto_ntlmssp.c @@ -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); -- cgit