mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
Back out PAM_CRED_ERR addition
This commit is contained in:
parent
0b836dfaf1
commit
07977587ab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89568
@ -1190,7 +1190,6 @@ auth_pam(struct passwd **ppw, const char *pass)
|
||||
break;
|
||||
|
||||
case PAM_AUTH_ERR:
|
||||
case PAM_CRED_ERR:
|
||||
case PAM_USER_UNKNOWN:
|
||||
case PAM_MAXTRIES:
|
||||
rval = 1;
|
||||
|
@ -802,7 +802,6 @@ auth_pam()
|
||||
break;
|
||||
|
||||
case PAM_AUTH_ERR:
|
||||
case PAM_CRED_ERR:
|
||||
case PAM_USER_UNKNOWN:
|
||||
case PAM_MAXTRIES:
|
||||
rval = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user