]> git.sur5r.net Git - openldap/blob - tests/data/slapd-syncrepl-slave-persist2.conf
more on fixing escaped semicolon in normalized DN
[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 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.5.pid
13 argsfile    ./testrun/slapd.5.args
14
15 #mod#modulepath ../servers/slapd/back-@BACKEND@/
16 #mod#moduleload back_@BACKEND@.la
17
18 #######################################################################
19 # consumer database definitions
20 #######################################################################
21
22 database        @BACKEND@
23 suffix          "dc=example,dc=com"
24 directory       ./testrun/db.5.a
25 rootdn          "cn=Replica,dc=example,dc=com"
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 rid=1
34                  provider=ldap://localhost:9014
35                  updatedn="cn=Replica,dc=example,dc=com"
36                  binddn="cn=Replica,dc=example,dc=com"
37                  bindmethod=simple
38                  credentials=secret
39                  searchbase="dc=example,dc=com"
40                  filter="(objectClass=*)"
41                  attrs="*"
42                  schemachecking=off
43                  scope=sub
44                  type=refreshAndPersist