diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-07 11:04:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:21:52 -0500 |
commit | deed2831c95394a831cb13e6878f7deed8faeb36 (patch) | |
tree | feceb05afbf64f3f4a7d0cc73900a7feb29ac16b /source3 | |
parent | 2e1acc4f5aca5f5a27f061b7d111ac8d177d8d32 (diff) | |
download | samba-deed2831c95394a831cb13e6878f7deed8faeb36.tar.gz samba-deed2831c95394a831cb13e6878f7deed8faeb36.tar.bz2 samba-deed2831c95394a831cb13e6878f7deed8faeb36.zip |
r22738: Fix a debug message.
Günther, please check this!
Thanks,
Volker
(This used to be commit 8a038b8cd3f43bb8743eda160b852efdbc80ed70)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_pam.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |