Fix rootdn

This commit is contained in:
Quanah Gibson-Mount 2016-12-08 17:06:04 -08:00 committed by root
parent 55025e593c
commit 64bd9f6abc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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