]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-slave.conf
First stable an implementing latest namedref specification.
[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 database        @BACKEND@
21 cachesize       0
22 suffix          "o=University of Michigan, c=US"
23 directory       ./test-repl
24 rootdn          "cn=Replica, o=University of Michigan, c=US"
25 rootpw          secret
26 updatedn        "cn=Replica, o=University of Michigan, c=US"
27 updateref       "ldap://localhost:9009"
28 #ldbm#index             objectClass     eq
29 #ldbm#index             cn,sn,uid       pres,eq,sub
30 #bdb#index              objectClass     eq
31 #bdb#index              cn,sn,uid       pres,eq,sub
32 lastmod         on