]> git.sur5r.net Git - openldap/blob - tests/data/slapd-syncrepl-slave-refresh2.conf
second level interval support, interval=dd:hh:mm:ss
[openldap] / tests / data / slapd-syncrepl-slave-refresh2.conf
1 # $OpenLDAP$
2 #
3 # slave slapd config -- for testing of SYNC replication
4 #
5 ucdata-path     ./ucdata
6 include ./schema/core.schema
7 include ./schema/cosine.schema
8 include ./schema/inetorgperson.schema
9 include ./schema/openldap.schema
10 include ./schema/nis.schema
11 #
12 pidfile     ./testrun/slapd.3.pid
13 argsfile    ./testrun/slapd.3.args
14
15 modulepath      ../servers/slapd/back-@BACKEND@/
16 @MODULELOAD@
17
18 #######################################################################
19 # consumer database definitions
20 #######################################################################
21
22 database        @BACKEND@
23 suffix          "o=University of Michigan,c=US"
24 directory       ./testrun/db.3.a
25 rootdn          "cn=Replica,o=University of Michigan,c=US"
26 rootpw          secret
27 #ldbm#index             objectClass     eq
28 #ldbm#index             cn,sn,uid       pres,eq,sub
29 #bdb#index              objectClass     eq
30 #bdb#index              cn,sn,uid       pres,eq,sub
31
32 # Don't change syncrepl spec yet
33 syncrepl id=1
34                  provider=ldap://localhost:9012
35                  updatedn="cn=Replica,o=University of Michigan,c=US"
36                  binddn="cn=Replica,o=University of Michigan,c=US"
37                  bindmethod=simple
38                  credentials=secret
39                  searchbase="o=University of Michigan,c=US"
40                  filter="(objectClass=*)"
41                  attrs="*"
42                  schemachecking=off
43                  scope=sub
44                  type=refreshOnly
45                  interval=00:00:00:10