From 61d712458c013d658134f11eb9df54d28c8e1f52 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Tue, 18 Nov 2008 00:07:13 +0000
Subject: [PATCH] use replication specific indexes

---
 tests/data/slapd-syncrepl-slave-persist1.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/data/slapd-syncrepl-slave-persist1.conf b/tests/data/slapd-syncrepl-slave-persist1.conf
index dc3f9b6195..49bfb196dd 100644
--- a/tests/data/slapd-syncrepl-slave-persist1.conf
+++ b/tests/data/slapd-syncrepl-slave-persist1.conf
@@ -49,8 +49,10 @@ rootdn		"cn=Replica,dc=example,dc=com"
 rootpw		secret
 #bdb#index		objectClass	eq
 #bdb#index		cn,sn,uid	pres,eq,sub
+#bdb#index		entryUUID,entryCSN	eq
 #hdb#index		objectClass	eq
 #hdb#index		cn,sn,uid	pres,eq,sub
+#hdb#index		entryUUID,entryCSN	eq
 #ndb#dbname db_4
 #ndb#include @DATADIR@/ndb.conf
 
-- 
GitLab