1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Removed silly fprintf(stderr, ...) debug.

Part of Samuel Ziegler's patch to get winbind password changing working
again in HEAD.
(This used to be commit b5540bee7b)
This commit is contained in:
Tim Potter 2002-01-30 03:14:20 +00:00
parent 8f5fa6871f
commit 4b9839c58a

View File

@ -1,6 +1,7 @@
/* pam_winbind module
Copyright Andrew Tridgell <tridge@samba.org> 2000
Copyright Tim Potter <tpot@samba.org> 2000
largely based on pam_userdb by Christian Gafton <gafton@redhat.com>
*/
@ -456,8 +457,6 @@ int pam_sm_chauthtok(pam_handle_t *pamh, int flags, int argc,
return PAM_AUTHTOK_ERR;
}
fprintf(stderr, "oldpw = %s, newpw = %s\n", oldpw, newpw);
if (retval == PAM_SUCCESS &&
winbind_chauthtok_request(user, oldpw, newpw) == 0) {
return PAM_SUCCESS;