]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-glue-syncrepl2.conf
load modules if required
[openldap] / tests / data / slapd-glue-syncrepl2.conf
index 616ef4dfc8e94e004f88afe6c4712c0a98e06851..19ddc8d5d9ca307ad72aa8eed3da37b61fb8303a 100644 (file)
@@ -27,6 +27,7 @@ argsfile      ./testrun/slapd.2.args
 #monitormod#modulepath ../servers/slapd/back-monitor/
 #monitormod#moduleload back_monitor.la
 #gluemod#moduleload ../servers/slapd/overlays/glue.la
+#syncprovmod#moduleload ../servers/slapd/overlays/syncprov.la
 
 #######################################################################
 # database definitions
@@ -36,14 +37,19 @@ database    @BACKEND@
 suffix         "ou=Information Technology Division,ou=People,dc=example,dc=com"
 directory      ./testrun/db.2.a
 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
+#hdb#index             objectclass     eq
+#hdb#index             uid     pres,eq,sub
+#hdb#index             cn,sn   pres,eq,sub,subany
+#hdb#index             entryUUID,entryCSN      pres
 #ldbm#index            objectclass     eq
 #ldbm#index            uid     pres,eq,sub
 #ldbm#index            cn,sn   pres,eq,sub,subany
 #ldbm#dbnosync
 #ldbm#dbnolocking
-#bdb#index             objectclass     eq
-#bdb#index             uid     pres,eq,sub
-#bdb#index             cn,sn   pres,eq,sub,subany
 syncrepl       rid=2
                provider=@URI1@
                binddn="cn=Manager 1,dc=example,dc=com"
@@ -63,14 +69,19 @@ database    @BACKEND@
 suffix         "ou=Groups,dc=example,dc=com"
 directory      ./testrun/db.2.b
 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
+#hdb#index             objectclass     eq
+#hdb#index             uid     pres,eq,sub
+#hdb#index             cn,sn   pres,eq,sub,subany
+#hdb#index             entryUUID,entryCSN      pres
 #ldbm#index            objectclass     eq
 #ldbm#index            uid     pres,eq,sub
 #ldbm#index            cn,sn   pres,eq,sub,subany
 #ldbm#dbnosync
 #ldbm#dbnolocking
-#bdb#index             objectclass     eq
-#bdb#index             uid     pres,eq,sub
-#bdb#index             cn,sn   pres,eq,sub,subany
 overlay                syncprov
 
 
@@ -79,14 +90,17 @@ suffix              "dc=example,dc=com"
 directory      ./testrun/db.2.c
 rootdn         "cn=Manager 2,dc=example,dc=com"
 rootpw         secret
+#bdb#index             objectclass     eq
+#bdb#index             uid     pres,eq,sub
+#bdb#index             cn,sn   pres,eq,sub,subany
+#hdb#index             objectclass     eq
+#hdb#index             uid     pres,eq,sub
+#hdb#index             cn,sn   pres,eq,sub,subany
 #ldbm#index            objectclass     eq
 #ldbm#index            uid     pres,eq,sub
 #ldbm#index            cn,sn   pres,eq,sub,subany
 #ldbm#dbnosync
 #ldbm#dbnolocking
-#bdb#index             objectclass     eq
-#bdb#index             uid     pres,eq,sub
-#bdb#index             cn,sn   pres,eq,sub,subany
 #overlay               syncprov
 overlay                glue
 glue-sub       "ou=Information Technology Division,ou=People,dc=example,dc=com"