]> git.sur5r.net Git - openldap/blob - tests/data/slapd.conf
0fb254ef68b4019f6ab91ccd093edd156dd10b94
[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 schemacheck     on
11 pidfile     ./test-db/slapd.pid
12 argsfile    ./test-db/slapd.args
13
14 #######################################################################
15 # ldbm database definitions
16 #######################################################################
17
18 database        @BACKEND@
19 suffix          "o=University of Michigan, c=US"
20 directory       ./test-db
21 rootdn          "cn=Manager, o=University of Michigan, c=US"
22 rootpw          secret
23 index           objectclass     eq
24 index           uid     pres,eq,sub
25 index           cn,sn   pres,eq,sub,subany
26 #ldbm#dbnosync
27 #ldbm#dbnolocking
28
29 database        @BACKEND@
30 suffix          "dc=OpenLDAP,dc=org"
31 directory       ./test-repl
32 index           objectclass     eq