mirror of https://github.com/fail2ban/fail2ban
26 lines
874 B
Plaintext
Executable File
26 lines
874 B
Plaintext
Executable File
#! /bin/sh /usr/share/dpatch/dpatch-run
|
|
## 10_sasl_section.dpatch by <debian@onerussian.com>
|
|
##
|
|
## All lines beginning with `## DP:' are a description of the patch.
|
|
## DP: No description.
|
|
|
|
@DPATCH@
|
|
diff -urNad fail2ban-0.7.3~/config/filter.d/sasl.conf fail2ban-0.7.3/config/filter.d/sasl.conf
|
|
--- fail2ban-0.7.3~/config/filter.d/sasl.conf 1969-12-31 19:00:00.000000000 -0500
|
|
+++ fail2ban-0.7.3/config/filter.d/sasl.conf 2006-09-29 00:18:19.000000000 -0400
|
|
@@ -0,0 +1,14 @@
|
|
+# Fail2Ban configuration file
|
|
+#
|
|
+# Author: Yaroslav Halchenko
|
|
+#
|
|
+# $Revision: 331 $
|
|
+#
|
|
+
|
|
+[Definition]
|
|
+
|
|
+# Option: failregex
|
|
+# Notes.: regex to match the password failures messages in the logfile.
|
|
+# Values: TEXT Default: Authentication failure|Failed password|Invalid user
|
|
+#
|
|
+failregex = : warning: [-._\w]+\[(?P<host>[.\d]+)\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed$
|