Added port param in jail since otherwise -- crashes

pull/3/head
Yaroslav Halchenko 2007-06-25 17:08:49 +00:00
parent 2e55bc57c7
commit a9ecd98ffe
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
fail2ban (0.8.0-3~pre1) unstable; urgency=low fail2ban (0.8.0-3~pre2) unstable; urgency=low
* Moved <HOST> expansion into regex.py (closes: #429263). Thanks James * Moved <HOST> expansion into regex.py (closes: #429263). Thanks James
Andrewartha. Andrewartha.

3
debian/jail.conf vendored
View File

@ -92,7 +92,10 @@ maxretry = 6
[pam-generic] [pam-generic]
enabled = false enabled = false
# pam-generic filter can be customized to monitor specific subset of 'tty's
filter = pam-generic filter = pam-generic
# port actually must be irrelevant but lets leave it all for some possible uses
port = all
banaction = iptables-allports banaction = iptables-allports
logpath = /var/log/auth.log logpath = /var/log/auth.log
maxretry = 6 maxretry = 6