1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-03 04: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:
Jeremy Allison
2005-11-03 20:26:24 +00:00
committed by Gerald (Jerry) Carter
parent f1616911a8
commit 3ba5d02cff

View File

@@ -2430,8 +2430,8 @@ static struct rpc_pipe_client *get_schannel_session_key(struct cli_state *cli,
if (!NT_STATUS_IS_OK(*perr)) {
DEBUG(3,("get_schannel_session_key: rpccli_netlogon_setup_creds "
"failed with result %s\n",
nt_errstr(*perr) ));
"failed with result %s to server %s, domain %s, machine account %s.\n",
nt_errstr(*perr), cli->desthost, domain, machine_account ));
cli_rpc_pipe_close(netlogon_pipe);
return NULL;
}