]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-slave.conf
70c0d6b0b85cf6d3c157cdcc89b2e0e598e38413
[openldap] / tests / data / slapd-repl-slave.conf
1 # $OpenLDAP$
2 #
3 # slave slapd config -- for testing of replication
4 #
5 ucdata-path     ./ucdata
6 include ./schema/core.schema
7 include ./schema/cosine.schema
8 include ./schema/inetorgperson.schema
9 #
10 schemacheck     off
11 pidfile     ./test-repl/slapd.pid
12 argsfile    ./test-repl/slapd.args
13
14 #referral       "ldap://localhost:9009/"
15
16 #######################################################################
17 # ldbm database definitions
18 #######################################################################
19
20 backend @BACKEND@
21 #LDBM#directory ./test-repl
22
23 database        @BACKEND@
24 cachesize       0
25 suffix          "o=University of Michigan, c=US"
26 directory       ./test-repl
27 rootdn          "cn=Replica, o=University of Michigan, c=US"
28 rootpw          secret
29 updatedn        "cn=Replica, o=University of Michigan, c=US"
30 updateref       "ldap://localhost:9009/o=University%20of%20Michigan,c=US"
31 index           objectClass     eq
32 index           cn,sn,uid       pres,eq,sub
33 lastmod         on