mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 00:45:01 -05:00
bdb-Database need objectclass "olcBdbConfig", removed double quotes from DNs
This commit is contained in:
parent
9b6f1edf9e
commit
663d3bdf07
1 changed files with 3 additions and 2 deletions
|
|
@ -77,9 +77,10 @@ olcDatabase: frontend
|
|||
#
|
||||
dn: olcDatabase=bdb,cn=config
|
||||
objectClass: olcDatabaseConfig
|
||||
objectClass: olcBdbConfig
|
||||
olcDatabase: bdb
|
||||
olcSuffix: "dc=my-domain,dc=com"
|
||||
olcRootDN: "cn=Manager,dc=my-domain,dc=com"
|
||||
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.
|
||||
# Use of strong authentication encouraged.
|
||||
|
|
|
|||
Loading…
Reference in a new issue