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:
committed by
Gerald (Jerry) Carter
parent
52e4fe8ce9
commit
536aa86aa9
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user