summaryrefslogtreecommitdiff
path: root/test/confs/0179
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-11-01 19:46:28 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-11-08 16:19:46 +0000
commit23f3dc67a13f71bb8fdf2930052d3fdce85e9774 (patch)
tree780d7e88f9c996c1889d25a7d228d3864d620a33 /test/confs/0179
parentd658adda50d19b00d2242c0f9162ab510ecda799 (diff)
TLS: Default tls_advertise_hosts to "*". Bug 1709
Make the option available in non-TLS builds, and clear in testsuite confs as needed to keep TLS and non-TLS testcase outputs the same. An error is logged at startup if tls_advertise_hosts is nonempty but tls_certificate is not set.
Diffstat (limited to 'test/confs/0179')
-rw-r--r--test/confs/01791
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/0179 b/test/confs/0179
index 39363d4ad..d3a6da6fd 100644
--- a/test/confs/0179
+++ b/test/confs/0179
@@ -7,6 +7,7 @@ spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
+tls_advertise_hosts =
# ----- Main settings -----