mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
we can close the netlogon pipe used to setup the schannel session key
as soon as we are finished with the netlogon negotiation phase. The
session key remains valid.
(This used to be commit 95a40d4693
)
This commit is contained in:
parent
9a6388179b
commit
2ac07b1b0f
@ -136,8 +136,10 @@ NTSTATUS dcerpc_bind_auth_schannel(struct dcerpc_pipe *p,
|
||||
|
||||
/*
|
||||
the schannel session key is now in creds.session_key
|
||||
*/
|
||||
|
||||
we no longer need the netlogon pipe open
|
||||
*/
|
||||
dcerpc_pipe_close(p2);
|
||||
|
||||
/*
|
||||
step 4 - perform a bind with security type schannel
|
||||
|
Loading…
Reference in New Issue
Block a user