]> git.sur5r.net Git - openldap/blob - tests/data/slapd-syncrepl-slave-persist2.conf
sounds like wiping the issues under the carpet, but test036 behaves much better if...
[openldap] / tests / data / slapd-syncrepl-slave-persist2.conf
1 # slave slapd config -- for testing of SYNC replication
2 # $OpenLDAP: pkg/ldap/tests/data/slapd-syncrepl-slave-persist2.conf,v 1.4.2.4 
3  2003/12/15 22:05:29 kurt Exp $
4
5 include         @SCHEMADIR@/core.schema
6 include         @SCHEMADIR@/cosine.schema
7 include         @SCHEMADIR@/inetorgperson.schema
8 include         @SCHEMADIR@/openldap.schema
9 include         @SCHEMADIR@/nis.schema
10 #
11 pidfile         @TESTDIR@/slapd.5.pid
12 argsfile        @TESTDIR@/slapd.5.args
13
14 #mod#modulepath ../servers/slapd/back-@BACKEND@/
15 #mod#moduleload back_@BACKEND@.la
16 #monitormod#modulepath ../servers/slapd/back-monitor/
17 #monitormod#moduleload back_monitor.la
18
19 #######################################################################
20 # consumer database definitions
21 #######################################################################
22
23 database        @BACKEND@
24 suffix          "dc=example,dc=com"
25 directory       @TESTDIR@/db.5.a
26 rootdn          "cn=Replica,dc=example,dc=com"
27 rootpw          secret
28 #bdb#index              objectClass     eq
29 #bdb#index              cn,sn,uid       pres,eq,sub
30 #bdb#index              entryUUID,entryCSN      eq
31 #hdb#index              objectClass     eq
32 #hdb#index              cn,sn,uid       pres,eq,sub
33 #hdb#index              entryUUID,entryCSN      eq
34 #ldbm#index             objectClass     eq
35 #ldbm#index             cn,sn,uid       pres,eq,sub
36
37 # Don't change syncrepl spec yet
38 syncrepl        rid=1
39                 provider=@URI4@
40                 binddn="cn=Replica,dc=example,dc=com"
41                 bindmethod=simple
42                 credentials=secret
43                 searchbase="dc=example,dc=com"
44                 filter="(objectClass=*)"
45                 attrs="*"
46                 schemachecking=off
47                 scope=sub
48                 type=refreshAndPersist
49
50 #monitor#database       monitor