]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Cleanup on example slapd.conf that's shipped to highlight the ability to temporarily...
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 1 Apr 2021 20:40:48 +0000 (20:40 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 1 Apr 2021 23:28:28 +0000 (23:28 +0000)
servers/slapd/slapd.conf

index b28c56be3efa105193f5a938bf91ae2a334500c8..a8687935f7d47ef41975d3febc5afbbf066386dc 100644 (file)
@@ -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
 #######################################################################