From e12eb25793606e4dba7d0d24cd4959209f5d8a30 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 3 Nov 2005 20:26:24 +0000 Subject: 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) --- source3/rpc_client/cli_pipe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') 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; } -- cgit