]> git.sur5r.net Git - openldap/blob - tests/data/slapd2.conf
1f4c1bbd930e2d4bc95053479253a4d04765f62b
[openldap] / tests / data / slapd2.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 pidfile     ./testrun/slapd.2.pid
14 argsfile    ./testrun/slapd.2.args
15
16 modulepath      ../servers/slapd/back-@BACKEND@/
17 @MODULELOAD@
18
19
20 #######################################################################
21 # database definitions
22 #######################################################################
23
24 database        @BACKEND@
25 suffix          "o=University of Michigan,c=US"
26 directory       ./testrun/db.2.a
27 rootdn          "cn=Manager,o=University of Michigan,c=US"
28 rootpw          secret
29 index           objectClass     eq
30 index           cn,sn,uid       pres,eq,sub
31