- Changed all sections to disabled by default

- Add "Invalid user" to SSH failregex


git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@104 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.6
Cyril Jaquier 2005-04-24 11:03:44 +00:00
parent 468f70dc15
commit b0cae2c43f
1 changed files with 3 additions and 4 deletions

View File

@ -54,7 +54,7 @@ polltime = 1
[Apache]
# enabled: is this section active ?
enabled = true
enabled = false
# logfile: file to monitor.
logfile = log-test/apache
@ -75,7 +75,7 @@ failregex = authentication failure|user .* not found
[SSH]
# enabled: is this section active ?
enabled = true
enabled = false
# logfile: file to monitor.
logfile = log-test/current
@ -92,5 +92,4 @@ timepattern = %%b %%d %%H:%%M:%%S
# failregex: regular expression which have to match the
# message written in the log file in case of password failure.
failregex = Authentication failure|Failed password
failregex = Authentication failure|Failed password|Invalid user