]> git.sur5r.net Git - openldap/blob - tests/data/slapd-syncrepl-slave-refresh1.conf
1. Session history support
[openldap] / tests / data / slapd-syncrepl-slave-refresh1.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.2.pid
13 argsfile    ./testrun/slapd.2.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.2.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 sessionlog 1 100
33
34 # Don't change syncrepl spec yet
35 syncrepl id=1
36                  provider=ldap://localhost:9011
37                  updatedn="cn=Replica,o=University of Michigan,c=US"
38                  binddn="cn=Manager,o=University of Michigan,c=US"
39                  bindmethod=simple
40                  credentials=secret
41                  searchbase="o=University of Michigan,c=US"
42                  filter="(objectClass=*)"
43                  attrs="*"
44                  schemachecking=off
45                  scope=sub
46                  type=refreshOnly
47                  interval=00:00:00:10