summaryrefslogtreecommitdiff
path: root/source4/rpc_server
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-06-07 03:12:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:35 -0500
commit0cb60c618adcb655e7e0c2ffc476d4ef83dc4007 (patch)
treee5a2c3ef8a45d962656f8699fc5b1fec5d87ac80 /source4/rpc_server
parent8a01231a8bb03884c17c174f7d2cfea536da1130 (diff)
downloadsamba-0cb60c618adcb655e7e0c2ffc476d4ef83dc4007.tar.gz
samba-0cb60c618adcb655e7e0c2ffc476d4ef83dc4007.tar.bz2
samba-0cb60c618adcb655e7e0c2ffc476d4ef83dc4007.zip
r1056: fixed a comment on handling of the initial challenge in the ntlmssp rpc server backend
(This used to be commit 536aa86aa92e3cf9fb99d5939cdceff637c72668)
Diffstat (limited to 'source4/rpc_server')
-rw-r--r--source4/rpc_server/dcesrv_crypto_ntlmssp.c5
1 files changed, 2 insertions, 3 deletions
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);