mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
pam-setcred-dont-ask-for-passwords-20011101
don't prompt for passwords during setcred step
This commit is contained in:
parent
b28927c752
commit
7f89a22213
@ -45,7 +45,7 @@ pam_sm_setcred(
|
|||||||
int origmask;
|
int origmask;
|
||||||
int logmask = LOG_UPTO(LOG_INFO);
|
int logmask = LOG_UPTO(LOG_INFO);
|
||||||
int nowarn = 0;
|
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 try_first_pass = 0;
|
||||||
int got_authtok = 0;
|
int got_authtok = 0;
|
||||||
int ignore_uid = 0;
|
int ignore_uid = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user