From 278b49f52da3724c9643d189deac8138a89afa3d Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 21 Jun 2013 10:48:32 -0400 Subject: [PATCH] debian/jail.conf: pure-ftpd jail should monitor syslog not auth.log. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks Laurent Léonard for the report --- debian/changelog | 5 ++++- debian/jail.conf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index cad397bb..07ecedbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,11 @@ fail2ban (0.8.10-2) unstable; urgency=low * debian/fail2ban.init: - fixed handling of the return code from do_start/do_stop - status calls would dump all output to /dev/null + * debian/jail.conf: + - pure-ftpd jail should monitor syslog not auth.log. Thanks Laurent + Léonard for the report - -- Yaroslav Halchenko Wed, 19 Jun 2013 21:56:01 -0400 + -- Yaroslav Halchenko Fri, 21 Jun 2013 10:47:56 -0400 fail2ban (0.8.10-1) unstable; urgency=high diff --git a/debian/jail.conf b/debian/jail.conf index f7333429..b703817a 100644 --- a/debian/jail.conf +++ b/debian/jail.conf @@ -320,7 +320,7 @@ maxretry = 6 enabled = false port = ftp,ftp-data,ftps,ftps-data filter = pure-ftpd -logpath = /var/log/auth.log +logpath = /var/log/syslog maxretry = 6