]> git.sur5r.net Git - openldap/blob - tests/data/slapd.conf
First rounded of changes in prep for 2.2.beta3
[openldap] / tests / data / slapd.conf
1 # $OpenLDAP$
2 #
3 # stand-alone slapd config -- for testing
4 #       with indexing
5 #
6 ucdata-path     ./ucdata
7 include ./schema/core.schema
8 include ./schema/cosine.schema
9 include ./schema/inetorgperson.schema
10 include ./schema/openldap.schema
11 include ./schema/nis.schema
12
13 #
14 pidfile     ./testrun/slapd.1.pid
15 argsfile    ./testrun/slapd.1.args
16
17 modulepath      ../servers/slapd/back-@BACKEND@/
18 @MODULELOAD@
19
20
21 #######################################################################
22 # database definitions
23 #######################################################################
24
25 database        @BACKEND@
26 suffix          "o=University of Michigan,c=US"
27 directory       ./testrun/db.1.a
28 rootdn          "cn=Manager,o=University of Michigan,c=US"
29 rootpw          secret
30 index           objectClass     eq
31 index           cn,sn,uid       pres,eq,sub
32