mirror of https://github.com/fail2ban/fail2ban
debian/jail.conf: pure-ftpd jail should monitor syslog not auth.log.
Thanks Laurent Léonard for the reportpull/808/head
parent
01d637e9c0
commit
278b49f52d
|
@ -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 <debian@onerussian.com> Wed, 19 Jun 2013 21:56:01 -0400
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 21 Jun 2013 10:47:56 -0400
|
||||
|
||||
fail2ban (0.8.10-1) unstable; urgency=high
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue