mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix rootdn
This commit is contained in:
parent
55025e593c
commit
64bd9f6abc
@ -45,7 +45,7 @@ objectClass: olcDatabaseConfig
|
||||
objectClass: olc@BACKEND@Config
|
||||
olcDatabase: {1}@BACKEND@
|
||||
olcSuffix: dc=example,dc=com
|
||||
olcRootDN: "cn=Manager,dc=example,dc=com"
|
||||
olcRootDN: cn=Manager,dc=example,dc=com
|
||||
olcRootPW: secret
|
||||
#~null~#olcDbDirectory: @TESTDIR@/db.2.a
|
||||
#indexdb#olcDbIndex: default eq
|
||||
|
@ -45,7 +45,7 @@ objectClass: olcDatabaseConfig
|
||||
objectClass: olc@BACKEND@Config
|
||||
olcDatabase: {1}@BACKEND@
|
||||
olcSuffix: dc=example,dc=com
|
||||
olcRootDN: "cn=Manager,dc=example,dc=com"
|
||||
olcRootDN: cn=Manager,dc=example,dc=com
|
||||
olcRootPW: secret
|
||||
#~null~#olcDbDirectory: @TESTDIR@/db.1.a
|
||||
#indexdb#olcDbIndex: default eq
|
||||
|
Loading…
Reference in New Issue
Block a user