1
0
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:
Andrey A. Chernov 2002-01-19 18:06:05 +00:00
parent 0b836dfaf1
commit 07977587ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89568
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -802,7 +802,6 @@ auth_pam()
break;
case PAM_AUTH_ERR:
case PAM_CRED_ERR:
case PAM_USER_UNKNOWN:
case PAM_MAXTRIES:
rval = 1;