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.

25 lines
792 B

  1. # Fail2Ban configuration file
  2. #
  3. # Author: soapee01
  4. #
  5. [Definition]
  6. # Option: failregex
  7. # Notes.: regex to match the password failures messages in the logfile. The
  8. # host must be matched by a group named "host". The tag "<HOST>" can
  9. # be used for standard IP/hostname matching and is only an alias for
  10. # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
  11. # Values: TEXT
  12. #
  13. #failregex = [hostname] FusionPBX: \[<HOST>\] authentication failed
  14. #[hostname] variable doesn't seem to work in every case. Do this instead:
  15. failregex = .* FusionPBX: \[<HOST>\] authentication failed for
  16. = .* FusionPBX: \[<HOST>\] provision attempt bad password for
  17. # Option: ignoreregex
  18. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  19. # Values: TEXT
  20. #
  21. ignoreregex =