]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-master.conf
Extend TLS/SSL detection for use RSAref if necessary.
[openldap] / tests / data / slapd-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 database        ldbm
15 suffix          "o=University of Michigan, c=US"
16 directory       ./test-db
17 rootdn          "cn=Manager, o=University of Michigan, c=US"
18 rootpw          secret
19 index           cn,sn,uid       pres,eq,approx
20 index           default         none
21 # index         default         pres,eq,approx
22 lastmod         on
23
24 replogfile      ./test-db/slapd.replog
25
26 replica         host=localhost:9010
27                 binddn="cn=Manager, o=University of Michigan, c=US"
28                 bindmethod=simple
29                 credentials=secret