Skip to content
Snippets Groups Projects
Commit f1791bc6 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup glue-syncrepl

parent 4f6758bf
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ rootdn "cn=Manager 1,dc=example,dc=com"
#bdb#index objectclass eq
#bdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany
#bdb#index entryUUID,entryCSN pres
overlay syncprov
database @BACKEND@
......@@ -58,6 +59,7 @@ rootdn "cn=Manager 1,dc=example,dc=com"
#bdb#index objectclass eq
#bdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany
#bdb#index entryUUID,entryCSN pres
syncrepl rid=1
provider=@URI2@
binddn="cn=Manager 2,dc=example,dc=com"
......
......@@ -44,6 +44,7 @@ rootdn "cn=Manager 2,dc=example,dc=com"
#bdb#index objectclass eq
#bdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany
#bdb#index entryUUID,entryCSN pres
syncrepl rid=2
provider=@URI1@
binddn="cn=Manager 1,dc=example,dc=com"
......@@ -71,6 +72,7 @@ rootdn "cn=Manager 2,dc=example,dc=com"
#bdb#index objectclass eq
#bdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany
#bdb#index entryUUID,entryCSN pres
overlay syncprov
......
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