aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/ftpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 287436a025d2..7558987b0d9e 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1190,6 +1190,7 @@ 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;