From 7f89a22213d212c4e6f841dc5d266b9ea81fbde5 Mon Sep 17 00:00:00 2001 From: Carsten Jacobi Date: Thu, 1 Nov 2001 05:45:12 +0000 Subject: [PATCH] pam-setcred-dont-ask-for-passwords-20011101 don't prompt for passwords during setcred step --- src/pam/afs_setcred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pam/afs_setcred.c b/src/pam/afs_setcred.c index 92f83be41e..d8dc516218 100644 --- a/src/pam/afs_setcred.c +++ b/src/pam/afs_setcred.c @@ -45,7 +45,7 @@ pam_sm_setcred( int origmask; int logmask = LOG_UPTO(LOG_INFO); int nowarn = 0; - int use_first_pass = 0; /* use the password passed in by auth */ + int use_first_pass = 1; /* use the password passed in by auth */ int try_first_pass = 0; int got_authtok = 0; int ignore_uid = 0;