Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / openldap / dist / tests / data / slapd-syncrepl-slave-persist2.conf
blob9e35791c9c7b4002ba41ff879c4c32572ca96b8c
1 # slave slapd config -- for testing of SYNC replication
2 # $OpenLDAP: pkg/ldap/tests/data/slapd-syncrepl-slave-persist2.conf,v 1.15.2.2 2008/02/12 01:17:14 quanah Exp $
4 include         @SCHEMADIR@/core.schema
5 include         @SCHEMADIR@/cosine.schema
6 include         @SCHEMADIR@/inetorgperson.schema
7 include         @SCHEMADIR@/openldap.schema
8 include         @SCHEMADIR@/nis.schema
10 pidfile         @TESTDIR@/slapd.5.pid
11 argsfile        @TESTDIR@/slapd.5.args
13 #mod#modulepath ../servers/slapd/back-@BACKEND@/
14 #mod#moduleload back_@BACKEND@.la
15 #monitormod#modulepath ../servers/slapd/back-monitor/
16 #monitormod#moduleload back_monitor.la
18 #######################################################################
19 # consumer database definitions
20 #######################################################################
22 database        @BACKEND@
23 suffix          "dc=example,dc=com"
24 directory       @TESTDIR@/db.5.a
25 rootdn          "cn=Replica,dc=example,dc=com"
26 rootpw          secret
27 #bdb#index              objectClass     eq
28 #bdb#index              cn,sn,uid       pres,eq,sub
29 #bdb#index              entryUUID,entryCSN      eq
30 #hdb#index              objectClass     eq
31 #hdb#index              cn,sn,uid       pres,eq,sub
32 #hdb#index              entryUUID,entryCSN      eq
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
47 #monitor#database       monitor