mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Delete syncrepl updatedn, single sessionlog
This commit is contained in:
parent
d74f40b650
commit
0d964a487b
@ -43,8 +43,9 @@ rootpw secret
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
||||
#sessionlog 1 100
|
||||
overlay syncprov
|
||||
#syncprov-sessionlog 100
|
||||
|
||||
#monitor#database monitor
|
||||
|
@ -47,7 +47,6 @@ rootpw secret
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl rid=1
|
||||
provider=@URI1@
|
||||
updatedn="cn=Replica,dc=example,dc=com"
|
||||
binddn="cn=Manager,dc=example,dc=com"
|
||||
bindmethod=simple
|
||||
credentials=secret
|
||||
|
@ -29,11 +29,11 @@ rootpw secret
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl rid=1
|
||||
provider=@URI4@
|
||||
updatedn="cn=Replica,dc=example,dc=com"
|
||||
binddn="cn=Replica,dc=example,dc=com"
|
||||
bindmethod=simple
|
||||
credentials=secret
|
||||
|
@ -41,11 +41,11 @@ rootpw secret
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl rid=1
|
||||
provider=@URI1@
|
||||
updatedn="cn=Replica,dc=example,dc=com"
|
||||
binddn="cn=Manager,dc=example,dc=com"
|
||||
bindmethod=simple
|
||||
credentials=secret
|
||||
|
@ -41,15 +41,14 @@ rootdn "cn=Replica,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index entryUUID eq
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
|
||||
sessionlog 1 100
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl rid=1
|
||||
provider=@URI1@
|
||||
updatedn="cn=Replica,dc=example,dc=com"
|
||||
binddn="cn=Manager,dc=example,dc=com"
|
||||
bindmethod=simple
|
||||
credentials=secret
|
||||
@ -62,6 +61,8 @@ syncrepl rid=1
|
||||
interval=00:00:00:10
|
||||
|
||||
overlay syncprov
|
||||
syncprov-sessionlog 100
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
@ -39,13 +39,14 @@ rootdn "cn=Replica,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index entryUUID eq
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl rid=1
|
||||
provider=@URI2@
|
||||
updatedn="cn=Replica,dc=example,dc=com"
|
||||
binddn="cn=Replica,dc=example,dc=com"
|
||||
bindmethod=simple
|
||||
credentials=secret
|
||||
|
Loading…
Reference in New Issue
Block a user