mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
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
This commit is contained in:
parent
9bb87c58ff
commit
cd7127309e
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
#######################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue