summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-07 11:04:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:21:52 -0500
commit8a038b8cd3f43bb8743eda160b852efdbc80ed70 (patch)
tree321007f5fc60f45c4d629f6055d2de7e1bc30663 /source/nsswitch
parent08a7ee8d968b493a17fd669f3dc6fed7abe3d36e (diff)
downloadsamba-8a038b8cd3f43bb8743eda160b852efdbc80ed70.tar.gz
samba-8a038b8cd3f43bb8743eda160b852efdbc80ed70.tar.xz
samba-8a038b8cd3f43bb8743eda160b852efdbc80ed70.zip
r22738: Fix a debug message.
Günther, please check this! Thanks, Volker
Diffstat (limited to 'source/nsswitch')
-rw-r--r--source/nsswitch/winbindd_pam.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd_pam.c b/source/nsswitch/winbindd_pam.c
index 9f2b6045d26..5114b37315f 100644
--- a/source/nsswitch/winbindd_pam.c
+++ b/source/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;