From: Quanah Gibson-Mount Date: Thu, 1 Apr 2021 20:40:48 +0000 (+0000) Subject: Cleanup on example slapd.conf that's shipped to highlight the ability to temporarily... X-Git-Tag: OPENLDAP_REL_ENG_2_5_4~7^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd7127309e84bcda25b6d8645a63667b809534f4;p=thirdparty%2Fopenldap.git 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 --- 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 #######################################################################