mirror of https://github.com/fail2ban/fail2ban
FreeIPA renames named to named-pkcs11
FreeIPA renames the BIND9 named daemon to named-pkcs11, so extend the REGEX match to look for either variant. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>pull/2636/head
parent
35591db3e8
commit
2fd6b478a9
|
@ -22,7 +22,7 @@
|
||||||
[Definition]
|
[Definition]
|
||||||
|
|
||||||
# Daemon name
|
# Daemon name
|
||||||
_daemon=named
|
_daemon=named(-pkcs11)?
|
||||||
|
|
||||||
# Shortcuts for easier comprehension of the failregex
|
# Shortcuts for easier comprehension of the failregex
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue