From cd7127309e84bcda25b6d8645a63667b809534f4 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 1 Apr 2021 20:40:48 +0000 Subject: [PATCH] Cleanup on example slapd.conf that's shipped to highlight the ability to temporarily modify a running slapd process even when using a slapd.conf file --- servers/slapd/slapd.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index b28c56be3e..a8687935f7 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -45,6 +45,15 @@ argsfile %LOCALSTATEDIR%/run/slapd.args # # rootdn can always read and write EVERYTHING! +####################################################################### +# config database definitions +####################################################################### +database config +# Uncomment the rootpw line to allow binding as the cn=config +# rootdn so that temporary modifications to the configuration can be made +# while slapd is running. They will not persist across a restart. +# rootpw secret + ####################################################################### # MDB database definitions ####################################################################### -- 2.47.3