]> git.sur5r.net Git - openldap/blob - tests/data/slapd-bdb2-ref-slave.conf
Add server-side hashed password generation (it's not as easy as it sounds).
[openldap] / tests / data / slapd-bdb2-ref-slave.conf
1 # $OpenLDAP$
2 #
3 # slave slapd config -- for default referral testing
4 #
5 include         ./data/slapd.at.conf
6 include         ./data/slapd.oc.conf
7 schemacheck     off
8 pidfile     ./test-repl/slapd.pid
9 argsfile    ./test-repl/slapd.args
10
11 #######################################################################
12 # ldbm database definitions
13 #######################################################################
14
15 referral        "ldap://localhost:9009/"
16
17 backend     bdb2
18 home        ./test-db
19
20 database        bdb2
21 cachesize       0
22 suffix          "o=University of Mich, c=US"
23 directory       ./test-repl
24 rootdn          "cn=Manager, o=University of Mich, c=US"
25 rootpw          secret
26 index           cn,sn,uid       pres,eq,approx
27 index           default         none
28 # index         default         pres,eq,approx
29 lastmod         on