]> git.sur5r.net Git - openldap/blob - tests/data/slapd-syncrepl-slave-persist2.conf
misc cleanup and improvements; please use @URIx@ and @PORTx@ in configurations/tests
[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
17 #######################################################################
18 # consumer database definitions
19 #######################################################################
20
21 database        @BACKEND@
22 suffix          "dc=example,dc=com"
23 directory       ./testrun/db.5.a
24 rootdn          "cn=Replica,dc=example,dc=com"
25 rootpw          secret
26 #ldbm#index             objectClass     eq
27 #ldbm#index             cn,sn,uid       pres,eq,sub
28 #bdb#index              objectClass     eq
29 #bdb#index              cn,sn,uid       pres,eq,sub
30
31 # Don't change syncrepl spec yet
32 syncrepl rid=1
33                  provider=@URI4@
34                  updatedn="cn=Replica,dc=example,dc=com"
35                  binddn="cn=Replica,dc=example,dc=com"
36                  bindmethod=simple
37                  credentials=secret
38                  searchbase="dc=example,dc=com"
39                  filter="(objectClass=*)"
40                  attrs="*"
41                  schemachecking=off
42                  scope=sub
43                  type=refreshAndPersist