mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Merge: clarify secure channel connection comment.
This commit is contained in:
parent
bc71d7a4ab
commit
dd063a298f
@ -1587,10 +1587,10 @@ BOOL cli_nt_open_netlogon(struct cli_state *cli, const char *trust_password,
|
||||
|
||||
if (cli->capabilities & CAP_NT_SMBS) {
|
||||
|
||||
/* If we open \\PIPE\NETLOGON here, NT4SP6
|
||||
gives us an ACCESS_DENIED. Do I have to
|
||||
understand this?
|
||||
*/
|
||||
/* The secure channel connection must be opened on the same
|
||||
session (TCP connection) as the one the challenge was
|
||||
requested from. */
|
||||
|
||||
if ((fnum = cli_nt_create(cli, PIPE_NETLOGON_PLAIN,
|
||||
DESIRED_ACCESS_PIPE)) == -1) {
|
||||
DEBUG(0,("cli_nt_create failed to %s machine %s. "
|
||||
|
Loading…
Reference in New Issue
Block a user