]> git.sur5r.net Git - openldap/blob - tests/data/slapd-bdb2-repl-master.conf
Update lutil_lockf (aka: ldap_lockf) to hide implementation in
[openldap] / tests / data / slapd-bdb2-repl-master.conf
1 #
2 # master slapd config -- for testing of replication
3 #
4 include         ./data/slapd.at.conf
5 include         ./data/slapd.oc.conf
6 schemacheck     off
7 pidfile     ./test-db/slapd.pid
8 argsfile    ./test-db/slapd.args
9
10 #######################################################################
11 # ldbm database definitions
12 #######################################################################
13
14 backend         bdb2
15 home            ./test-db
16
17 database        bdb2
18 suffix          "o=University of Michigan, c=US"
19 directory       ./test-db
20 rootdn          "cn=Manager, o=University of Michigan, c=US"
21 rootpw          secret
22 index           cn,sn,uid       pres,eq,approx
23 index           default         none
24 # index         default         pres,eq,approx
25 lastmod         on
26
27 replogfile      ./test-db/slapd.replog
28
29 replica         host=localhost:9010
30                 binddn="cn=Manager, o=University of Michigan, c=US"
31                 bindmethod=simple
32                 credentials=secret