From d4ff03ae12d8682c42eb66d110df7d86f94cde23 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 3 Apr 2006 19:08:23 +0000 Subject: r14895: Merge the 3.0.22 change (This used to be commit 62d60a04cd85dc521e7d63726b856f38287466ad) --- source3/nsswitch/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index 3c5062df59..9e450d9de7 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -294,7 +294,7 @@ static NTSTATUS cm_prepare_connection(const struct winbindd_domain *domain, DEBUG(5, ("connecting to %s from %s with username " "[%s]\\[%s]\n", controller, global_myname(), - machine_account, machine_password)); + lp_workgroup(), machine_account)); ads_status = cli_session_setup_spnego(*cli, machine_account, -- cgit