summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@FreeBSD.org>2025-09-29 16:26:54 +0000
committerJose Luis Duran <jlduran@FreeBSD.org>2025-09-30 23:16:45 +0000
commit268e74d14913ddd539ed6e4f0b19c9d04a1971cb (patch)
treedd32e3fd487835ce3739e8697743c72fb17ff827 /libexec
parent8f4e196e7ee79afdf00f1ca2c41db5dcb7846d22 (diff)
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 751d77b218b7..3861036a5a8a 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1043,6 +1043,7 @@ user(char *name)
(checkuser(_PATH_FTPUSERS, name, 1, NULL, &ecode) ||
(ecode != 0 && ecode != ENOENT))) {
reply(530, "User %s access denied.", name);
+ BLACKLIST_NOTIFY(BLACKLIST_AUTH_FAIL, STDIN_FILENO, "Access denied");
if (logging)
syslog(LOG_NOTICE,
"FTP LOGIN REFUSED FROM %s, %s",