From 86ac6fa9389532bc0e39b4da2fb73766cf29aeb9 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 1 Dec 1999 19:25:51 +0000 Subject: fixing joining to domain plus something weird going down with nt logins... (This used to be commit cef258f1c931ecb7c2dda9d5c9977153e4c1dc73) --- source3/rpc_client/cli_login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_client/cli_login.c') diff --git a/source3/rpc_client/cli_login.c b/source3/rpc_client/cli_login.c index 832731d92d..a9244c886e 100644 --- a/source3/rpc_client/cli_login.c +++ b/source3/rpc_client/cli_login.c @@ -89,7 +89,7 @@ uint32 cli_nt_setup_creds( char* servers, const char* myhostname, * Receive an auth-2 challenge response and check it. */ - ret = cli_net_auth2(srv_name, trust_acct, + ret = cli_net_auth2(srv_name, trust_acct, myhostname, sec_chan, 0x000001ff, &srv_chal); if (ret != 0x0) { -- cgit