summaryrefslogtreecommitdiffstats
path: root/install/updates
diff options
context:
space:
mode:
Diffstat (limited to 'install/updates')
-rw-r--r--install/updates/10-config.update5
-rw-r--r--install/updates/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/install/updates/10-config.update b/install/updates/10-config.update
new file mode 100644
index 000000000..ed7033950
--- /dev/null
+++ b/install/updates/10-config.update
@@ -0,0 +1,5 @@
+# Enforce matching SSL certificate host names when 389-ds acts as an SSL
+# client. A restart is necessary for this to take effect, we do one when
+# upgrading.
+dn: cn=config
+only:nsslapd-ssl-check-hostname: on
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am
index 5765bf17d..c9d1584b8 100644
--- a/install/updates/Makefile.am
+++ b/install/updates/Makefile.am
@@ -5,6 +5,7 @@ app_DATA = \
10-60basev2.update \
10-RFC2307bis.update \
10-RFC4876.update \
+ 10-config.update \
20-aci.update \
20-dna.update \
20-indices.update \