changed default illegal characters

This commit is contained in:
Arne Teuke
2017-07-30 19:06:33 +01:00
parent 0e95b79c6e
commit f39c1e36b5
2 changed files with 8 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
# 0x10 (16) = Log if client has a certificate
# 0x20 (32) = Log details of client's certificate if it has one
# -1 or 0xff or 0x2f = All of the above
# @param [string] ne_nasty_metachars list of characters that cannot
# @param [array] ne_nasty_metachars list of characters that cannot
# be passed to the NRPE daemon.
# @param [string] ne_include_file include definitions from an external
# config file.
@@ -137,7 +137,7 @@ $ne_ssl_cert_file = "/etc/pki/tls/certs/${::fqdn}.crt.pem",
$ne_ssl_privatekey_file = "/etc/pki/tls/private/${::fqdn}.key.pem",
$ne_ssl_client_certs = '2',
$ne_ssl_logging = '0x00',
$ne_nasty_metachars = '"|`&><\'\\[]{};\r\n\"',
$ne_nasty_metachars = ["|`&><[]{};\n\'"],
$ne_include_file = '',
# nrpe.conf