From: Carsten Jacobi Date: Thu, 1 Nov 2001 05:45:12 +0000 (+0000) Subject: pam-setcred-dont-ask-for-passwords-20011101 X-Git-Tag: openafs-devel-1_3_0~156 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7f89a22213d212c4e6f841dc5d266b9ea81fbde5;p=packages%2Fo%2Fopenafs.git pam-setcred-dont-ask-for-passwords-20011101 don't prompt for passwords during setcred step --- diff --git a/src/pam/afs_setcred.c b/src/pam/afs_setcred.c index 92f83be41..d8dc51621 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;