Author: vlendec Date: 2007-05-07 11:04:38 +0000 (Mon, 07 May 2007) New Revision: 22738
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22738 Log: Fix a debug message. G?\195?\188nther, please check this! Thanks, Volker Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_pam.c branches/SAMBA_3_0_26/source/nsswitch/winbindd_pam.c Changeset: Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_pam.c =================================================================== --- branches/SAMBA_3_0/source/nsswitch/winbindd_pam.c 2007-05-07 10:14:32 UTC (rev 22737) +++ branches/SAMBA_3_0/source/nsswitch/winbindd_pam.c 2007-05-07 11:04:38 UTC (rev 22738) @@ -1885,7 +1885,8 @@ 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; Modified: branches/SAMBA_3_0_26/source/nsswitch/winbindd_pam.c =================================================================== --- branches/SAMBA_3_0_26/source/nsswitch/winbindd_pam.c 2007-05-07 10:14:32 UTC (rev 22737) +++ branches/SAMBA_3_0_26/source/nsswitch/winbindd_pam.c 2007-05-07 11:04:38 UTC (rev 22738) @@ -1885,7 +1885,8 @@ 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;
