]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-master.conf
Add server-side hashed password generation (it's not as easy as it sounds).
[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 schemacheck     off
8 pidfile     ./test-db/slapd.pid
9 argsfile    ./test-db/slapd.args
10
11 #######################################################################
12 # ldbm database definitions
13 #######################################################################
14
15 database        ldbm
16 cachesize       0
17 suffix          "o=University of Michigan, c=US"
18 directory       ./test-db
19 rootdn          "cn=Manager, o=University of Michigan, c=US"
20 rootpw          secret
21 index           cn,sn,uid       pres,eq,approx
22 index           default         none
23 # index         default         pres,eq,approx
24 lastmod         on
25
26 replogfile      ./test-db/slapd.replog
27
28 replica         host=localhost:9010
29                 binddn="cn=Replica, o=University of Michigan, c=US"
30                 bindmethod=simple
31                 credentials=secret