From 0d964a487bed837e1a33255d7d3e84f7db7b7d9b Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 13 Jan 2005 19:48:39 +0000 Subject: [PATCH] Delete syncrepl updatedn, single sessionlog --- tests/data/slapd-syncrepl-master.conf | 3 ++- tests/data/slapd-syncrepl-slave-persist1.conf | 1 - tests/data/slapd-syncrepl-slave-persist2.conf | 2 +- tests/data/slapd-syncrepl-slave-persist3.conf | 2 +- tests/data/slapd-syncrepl-slave-refresh1.conf | 7 ++++--- tests/data/slapd-syncrepl-slave-refresh2.conf | 3 ++- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/tests/data/slapd-syncrepl-master.conf b/tests/data/slapd-syncrepl-master.conf index d1e2f51348..b4e93e47f0 100644 --- a/tests/data/slapd-syncrepl-master.conf +++ b/tests/data/slapd-syncrepl-master.conf @@ -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 diff --git a/tests/data/slapd-syncrepl-slave-persist1.conf b/tests/data/slapd-syncrepl-slave-persist1.conf index bb09f52342..239b489060 100644 --- a/tests/data/slapd-syncrepl-slave-persist1.conf +++ b/tests/data/slapd-syncrepl-slave-persist1.conf @@ -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 diff --git a/tests/data/slapd-syncrepl-slave-persist2.conf b/tests/data/slapd-syncrepl-slave-persist2.conf index e305807604..1f3f47c935 100644 --- a/tests/data/slapd-syncrepl-slave-persist2.conf +++ b/tests/data/slapd-syncrepl-slave-persist2.conf @@ -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 diff --git a/tests/data/slapd-syncrepl-slave-persist3.conf b/tests/data/slapd-syncrepl-slave-persist3.conf index af865f0476..cb4576cc24 100644 --- a/tests/data/slapd-syncrepl-slave-persist3.conf +++ b/tests/data/slapd-syncrepl-slave-persist3.conf @@ -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 diff --git a/tests/data/slapd-syncrepl-slave-refresh1.conf b/tests/data/slapd-syncrepl-slave-refresh1.conf index ac766d841a..b5873c5bd2 100644 --- a/tests/data/slapd-syncrepl-slave-refresh1.conf +++ b/tests/data/slapd-syncrepl-slave-refresh1.conf @@ -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 diff --git a/tests/data/slapd-syncrepl-slave-refresh2.conf b/tests/data/slapd-syncrepl-slave-refresh2.conf index b43c8368d8..780d2fde9a 100644 --- a/tests/data/slapd-syncrepl-slave-refresh2.conf +++ b/tests/data/slapd-syncrepl-slave-refresh2.conf @@ -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 -- 2.39.5