]> git.sur5r.net Git - openldap/blob - tests/data/slapd-syncrepl-slave-persist1.conf
7451d23cd774b0703af0b787b19a497fad54dc53
[openldap] / tests / data / slapd-syncrepl-slave-persist1.conf
1 # $OpenLDAP$
2 #
3 # slave slapd config -- for testing of SYNC replication
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 #
11 pidfile     ./test-repl/p1/slapd.pid
12 argsfile    ./test-repl/p1/slapd.args
13
14 modulepath      ../servers/slapd/back-@BACKEND@/
15 @MODULELOAD@
16
17 #######################################################################
18 # consumer database definitions
19 #######################################################################
20
21 database        @BACKEND@
22 suffix          "o=University of Michigan,c=US"
23 directory       ./test-repl/p1
24 rootdn          "cn=Replica,o=University of Michigan,c=US"
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 id=1
33                  provider=ldap://localhost:9009
34                  updatedn="cn=Replica,o=University of Michigan,c=US"
35                  binddn="cn=Manager,o=University of Michigan,c=US"
36                  bindmethod=simple
37                  credentials=secret
38                  searchbase="o=University of Michigan,c=US"
39                  filter="(objectClass=*)"
40                  attrs="*"
41                  lastmod=req
42                  scope=sub
43                  type=refreshAndPersist