]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-syncrepl-slave-refresh1.conf
Define SLAP_USE_CONFDIR, fix moduleload
[openldap] / tests / data / slapd-syncrepl-slave-refresh1.conf
index 7da866c045675f5fbe826e27ab7965c4819099ef..ddf424dfb374bc6e6b141f71a86fad94efe19d10 100644 (file)
@@ -3,7 +3,7 @@
  2003/12/15 22:05:29 kurt Exp $
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2003 The OpenLDAP Foundation.
+## Copyright 1998-2005 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -27,6 +27,8 @@ argsfile    ./testrun/slapd.2.args
 #mod#moduleload        back_@BACKEND@.la
 #monitormod#modulepath ../servers/slapd/back-monitor/
 #monitormod#moduleload back_monitor.la
+#syncprovmod#modulepath ../servers/slapd/overlays/
+#syncprovmod#moduleload syncprov.la
 
 #######################################################################
 # consumer database definitions
@@ -39,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
@@ -58,5 +59,11 @@ syncrepl rid=1
                 scope=sub
                 type=refreshOnly
                 interval=00:00:00:10
+updateref      @URI1@
+
+overlay syncprov
+syncprov-sessionlog 100
+
+
 
-#monitor#database monitor
+#monitor#database      monitor