mirror of
https://github.com/samba-team/samba.git
synced 2025-12-04 08:23:50 +03:00
r11491: If we get a reject ensure we're printing out the server/domain/machine
a/c we were asking for. Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f1616911a8
commit
3ba5d02cff
@@ -2430,8 +2430,8 @@ static struct rpc_pipe_client *get_schannel_session_key(struct cli_state *cli,
|
|||||||
|
|
||||||
if (!NT_STATUS_IS_OK(*perr)) {
|
if (!NT_STATUS_IS_OK(*perr)) {
|
||||||
DEBUG(3,("get_schannel_session_key: rpccli_netlogon_setup_creds "
|
DEBUG(3,("get_schannel_session_key: rpccli_netlogon_setup_creds "
|
||||||
"failed with result %s\n",
|
"failed with result %s to server %s, domain %s, machine account %s.\n",
|
||||||
nt_errstr(*perr) ));
|
nt_errstr(*perr), cli->desthost, domain, machine_account ));
|
||||||
cli_rpc_pipe_close(netlogon_pipe);
|
cli_rpc_pipe_close(netlogon_pipe);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user