Author: jra Date: 2005-11-03 20:26:11 +0000 (Thu, 03 Nov 2005) New Revision: 11490
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11490 Log: If we get a reject ensure we're printing out the server/domain/machine a/c we were asking for. Jeremy. Modified: trunk/source/rpc_client/cli_pipe.c Changeset: Modified: trunk/source/rpc_client/cli_pipe.c =================================================================== --- trunk/source/rpc_client/cli_pipe.c 2005-11-03 19:22:01 UTC (rev 11489) +++ trunk/source/rpc_client/cli_pipe.c 2005-11-03 20:26:11 UTC (rev 11490) @@ -2430,8 +2430,8 @@ 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; }
