]> git.sur5r.net Git - openldap/blob - tests/data/slapd-bdb2-repl-master.conf
Added new support for NT and AIX dynamic linking - generate export tables
[openldap] / tests / data / slapd-bdb2-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 schemacheck     off
8 pidfile     ./test-db/slapd.pid
9 argsfile    ./test-db/slapd.args
10
11 #######################################################################
12 # ldbm database definitions
13 #######################################################################
14
15 backend         bdb2
16 home            ./test-db
17
18 database        bdb2
19 cachesize       0
20 suffix          "o=University of Michigan, c=US"
21 directory       ./test-db
22 rootdn          "cn=Manager, o=University of Michigan, c=US"
23 rootpw          secret
24 index           cn,sn,uid       pres,eq,approx
25 index           default         none
26 # index         default         pres,eq,approx
27 lastmod         on
28
29 replogfile      ./test-db/slapd.replog
30
31 replica         host=localhost:9010
32                 binddn="cn=Replica, o=University of Michigan, c=US"
33                 bindmethod=simple
34                 credentials=secret