Skip to content
Snippets Groups Projects
Commit 4abf5824 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

small typo fixes

parent 3e479cc7
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ directory @TESTDIR@/db.2.a ...@@ -54,7 +54,7 @@ directory @TESTDIR@/db.2.a
rootdn "cn=Replica,dc=example,dc=com" rootdn "cn=Replica,dc=example,dc=com"
rootpw secret rootpw secret
# HACK: use the RootDN of the monitor database as UpdateDN so ACLs apply # HACK: use the RootDN of the monitor database as UpdateDN so ACLs apply
# whithout the need to write the UpdateDN before starting replication # without the need to write the UpdateDN before starting replication
updatedn "cn=Monitor" updatedn "cn=Monitor"
updateref @URI1@ updateref @URI1@
#bdb#index objectClass eq #bdb#index objectClass eq
......
...@@ -49,7 +49,7 @@ uri @URI2@ ...@@ -49,7 +49,7 @@ uri @URI2@
lastmod on lastmod on
# HACK: use the RootDN of the monitor database as UpdateDN so ACLs apply # HACK: use the RootDN of the monitor database as UpdateDN so ACLs apply
# whithout the need to write the UpdateDN before starting replication # without the need to write the UpdateDN before starting replication
acl-bind bindmethod=simple acl-bind bindmethod=simple
binddn="cn=Monitor" binddn="cn=Monitor"
credentials=monitor credentials=monitor
...@@ -57,7 +57,7 @@ acl-bind bindmethod=simple ...@@ -57,7 +57,7 @@ acl-bind bindmethod=simple
# Don't change syncrepl spec yet # Don't change syncrepl spec yet
# HACK: use the RootDN of the monitor database as UpdateDN so ACLs apply # HACK: use the RootDN of the monitor database as UpdateDN so ACLs apply
# whithout the need to write the UpdateDN before starting replication # without the need to write the UpdateDN before starting replication
syncrepl rid=1 syncrepl rid=1
provider=@URI1@ provider=@URI1@
binddn="cn=Manager,dc=example,dc=com" binddn="cn=Manager,dc=example,dc=com"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment