mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#7803 reference slapd-config(5)
Also replace BDB example with LMDB
This commit is contained in:
parent
5791cc46a4
commit
5f92a0bb16
1 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# See slapd.d(5) for details on configuration options.
|
||||
# See slapd-config(5) for details on configuration options.
|
||||
# This file should NOT be world readable.
|
||||
#
|
||||
dn: cn=config
|
||||
|
|
@ -73,13 +73,13 @@ olcDatabase: frontend
|
|||
|
||||
|
||||
#######################################################################
|
||||
# BDB database definitions
|
||||
# LMDB database definitions
|
||||
#######################################################################
|
||||
#
|
||||
dn: olcDatabase=bdb,cn=config
|
||||
dn: olcDatabase=mdb,cn=config
|
||||
objectClass: olcDatabaseConfig
|
||||
objectClass: olcBdbConfig
|
||||
olcDatabase: bdb
|
||||
objectClass: olcMdbConfig
|
||||
olcDatabase: mdb
|
||||
olcSuffix: dc=my-domain,dc=com
|
||||
olcRootDN: cn=Manager,dc=my-domain,dc=com
|
||||
# Cleartext passwords, especially for the rootdn, should
|
||||
|
|
|
|||
Loading…
Reference in a new issue