r1056: fixed a comment on handling of the initial challenge in the ntlmssp rpc server...
authorAndrew Tridgell <tridge@samba.org>
Mon, 7 Jun 2004 03:12:11 +0000 (03:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:35 +0000 (12:56 -0500)
source/rpc_server/dcesrv_crypto_ntlmssp.c

index a0bb153ef2c79eb6ef1b43254671f75c131aa12d..e23f136308992cb90a0fe1cadd142f46f4c17633 100644 (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);