mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 15:10:22 -05:00
Fix typos
This commit is contained in:
parent
465b19af47
commit
529f818f2b
1 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ olcPidFile: %LOCALSTATEDIR%/run/slapd.pid
|
|||
#
|
||||
#dn: cn=module,cn=config
|
||||
#objectClass: olcModuleList
|
||||
#cn: module
|
||||
#olcModulepath: %MODULEDIR%
|
||||
#olcModuleload: back_bdb.la
|
||||
#olcModuleload: back_hdb.la
|
||||
|
|
@ -82,7 +83,7 @@ olcDatabase: bdb
|
|||
olcSuffix: dc=my-domain,dc=com
|
||||
olcRootDN: cn=Manager,dc=my-domain,dc=com
|
||||
# Cleartext passwords, especially for the rootdn, should
|
||||
# be avoided. See slappasswd(8) and slapd.d(5) for details.
|
||||
# be avoided. See slappasswd(8) and slapd-config(5) for details.
|
||||
# Use of strong authentication encouraged.
|
||||
olcRootPW: secret
|
||||
# The database directory MUST exist prior to running slapd AND
|
||||
|
|
|
|||
Loading…
Reference in a new issue