summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-11-03 20:26:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:18 -0500
commite12eb25793606e4dba7d0d24cd4959209f5d8a30 (patch)
treee63c3b2f1b6f2ab968e5c5e7ad1f18520d666649 /source3/rpc_client
parent446463e9108155e34162bafcc85c2c20db946bc5 (diff)
downloadsamba-e12eb25793606e4dba7d0d24cd4959209f5d8a30.tar.gz
samba-e12eb25793606e4dba7d0d24cd4959209f5d8a30.tar.bz2
samba-e12eb25793606e4dba7d0d24cd4959209f5d8a30.zip
r11491: If we get a reject ensure we're printing out the server/domain/machine
a/c we were asking for. Jeremy. (This used to be commit 3ba5d02cff61d64dbab1fef28f74ea6509f4f8e9)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index e1e502794c..bed1ef843a 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -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;
}