mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup glue-syncrepl
This commit is contained in:
parent
4f6758bf41
commit
f1791bc653
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user