From deed2831c95394a831cb13e6878f7deed8faeb36 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 7 May 2007 11:04:38 +0000 Subject: r22738: Fix a debug message. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Günther, please check this! Thanks, Volker (This used to be commit 8a038b8cd3f43bb8743eda160b852efdbc80ed70) --- source3/nsswitch/winbindd_pam.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/nsswitch/winbindd_pam.c b/source3/nsswitch/winbindd_pam.c index 9f2b6045d2..5114b37315 100644 --- a/source3/nsswitch/winbindd_pam.c +++ b/source3/nsswitch/winbindd_pam.c @@ -1885,7 +1885,8 @@ enum winbindd_result winbindd_dual_pam_auth_crap(struct winbindd_domain *domain, if (!NT_STATUS_IS_OK(result = check_info3_in_group(state->mem_ctx, &info3, state->request.data.auth_crap.require_membership_of_sid))) { - DEBUG(3, ("User %s is not in the required group (%s), so plaintext authentication is rejected\n", + DEBUG(3, ("User %s is not in the required group (%s), so " + "crap authentication is rejected\n", state->request.data.auth_crap.user, state->request.data.auth_crap.require_membership_of_sid)); goto done; -- cgit