]> git.sur5r.net Git - openldap/blob - tests/data/slapd-syncrepl-slave-persist2.conf
Define SLAP_USE_CONFDIR, fix moduleload
[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 ./schema/core.schema
6 include ./schema/cosine.schema
7 include ./schema/inetorgperson.schema
8 include ./schema/openldap.schema
9 include ./schema/nis.schema
10 #
11 pidfile     ./testrun/slapd.5.pid
12 argsfile    ./testrun/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       ./testrun/db.5.a
26 rootdn          "cn=Replica,dc=example,dc=com"
27 rootpw          secret
28 #ldbm#index             objectClass     eq
29 #ldbm#index             cn,sn,uid       pres,eq,sub
30 #bdb#index              objectClass     eq
31 #bdb#index              cn,sn,uid       pres,eq,sub
32 #bdb#index              entryUUID,entryCSN      eq
33
34 # Don't change syncrepl spec yet
35 syncrepl rid=1
36                  provider=@URI4@
37                  binddn="cn=Replica,dc=example,dc=com"
38                  bindmethod=simple
39                  credentials=secret
40                  searchbase="dc=example,dc=com"
41                  filter="(objectClass=*)"
42                  attrs="*"
43                  schemachecking=off
44                  scope=sub
45                  type=refreshAndPersist
46
47 #monitor#database monitor