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