]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-master.conf
New schema code is now the default.
[openldap] / tests / data / slapd-repl-master.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/openldap.schema
9 include ./schema/cosine.schema
10 include ./schema/inetorgperson.schema
11 #
12 schemacheck     off
13 #
14 pidfile     ./test-db/slapd.pid
15 argsfile    ./test-db/slapd.args
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-db
25 rootdn          "cn=Manager, o=University of Michigan, c=US"
26 rootpw          secret
27 index           cn,sn,uid       pres,eq,approx
28 index           default         none
29 # index         default         pres,eq,approx
30 lastmod         on
31
32 replogfile      ./test-db/slapd.replog
33
34 replica         host=localhost:9010
35                 binddn="cn=Replica, o=University of Michigan, c=US"
36                 bindmethod=simple
37                 credentials=secret