Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
698 B

  1. # Fail2Ban configuration file
  2. #
  3. [Definition]
  4. # Option: failregex
  5. # Notes.: regex to match the password failures messages in the logfile. The
  6. # host must be matched by a group named "host". The tag "<HOST>" can
  7. # be used for standard IP/hostname matching and is only an alias for
  8. # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
  9. # Values: TEXT
  10. #
  11. #2014-12-01 00:47:54.331821 [WARNING] sofia_reg.c:2752 Can't find user [1000@xxx.xxx.xxx.xxx] from 62.210.151.162
  12. failregex = \[WARNING\] sofia_reg.c:\d+ Can't find user \[.*@\d+.\d+.\d+.\d+\] from <HOST>
  13. # Option: ignoreregex
  14. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  15. # Values: TEXT
  16. #
  17. ignoreregex =