r22738: Fix a debug message.
authorVolker Lendecke <vlendec@samba.org>
Mon, 7 May 2007 11:04:38 +0000 (11:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:21:52 +0000 (12:21 -0500)
Günther, please check this!

Thanks,

Volker
(This used to be commit 8a038b8cd3f43bb8743eda160b852efdbc80ed70)

source3/nsswitch/winbindd_pam.c

index 9f2b6045d26d038f672d4d400ef8e5d498b34e52..5114b37315fc7141ef4df972451ce150ea3c8513 100644 (file)
@@ -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;