]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-master.conf
57098f378673837bf77cbe6c55847289ae0aa796
[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/cosine.schema
9 include ./schema/inetorgperson.schema
10 #
11 schemacheck     off
12 #
13 pidfile     ./test-db/slapd.pid
14 argsfile    ./test-db/slapd.args
15
16 #######################################################################
17 # ldbm database definitions
18 #######################################################################
19
20 database        ldbm
21 cachesize       0
22 suffix          "o=University of Michigan, c=US"
23 directory       ./test-db
24 rootdn          "cn=Manager, o=University of Michigan, c=US"
25 rootpw          secret
26 index           objectClass     eq
27 index           cn,sn,uid       pres,eq,sub
28 lastmod         on
29
30 replogfile      ./test-db/slapd.replog
31
32 replica         host=localhost:9010
33                 binddn="cn=Replica, o=University of Michigan, c=US"
34                 bindmethod=simple
35                 credentials=secret