changed default illegal characters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user