]> git.sur5r.net Git - openldap/blob - tests/data/slapd-glue.conf
Renamed subdirectories to hide rm warnings
[openldap] / tests / data / slapd-glue.conf
1 # $OpenLDAP$
2 #
3 # stand-alone slapd config -- for backglue 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 schemacheck     on
12 pidfile     ./test-db/slapd.pid
13 argsfile    ./test-db/slapd.args
14
15 #######################################################################
16 # ldbm database definitions
17 #######################################################################
18
19 database        @BACKEND@
20 suffix          "ou=Information Technology Division,ou=People,o=University of Michigan, c=US"
21 subordinate
22 directory       ./test-db/C_db1
23 rootdn          "cn=Manager, o=University of Michigan, c=US"
24 rootpw          secret
25 #ldbm#index             objectclass     eq
26 #ldbm#index             uid     pres,eq,sub
27 #ldbm#index             cn,sn   pres,eq,sub,subany
28 #ldbm#dbnosync
29 #ldbm#dbnolocking
30 #bdb#index              objectclass     eq
31 #bdb#index              uid     pres,eq,sub
32 #bdb#index              cn,sn   pres,eq,sub,subany
33
34 database        @BACKEND@
35 suffix          "ou=Groups,o=University of Michigan, c=US"
36 subordinate
37 directory       ./test-db/C_db2
38 rootdn          "cn=Manager, o=University of Michigan, c=US"
39 rootpw          secret
40 #ldbm#index             objectclass     eq
41 #ldbm#index             uid     pres,eq,sub
42 #ldbm#index             cn,sn   pres,eq,sub,subany
43 #ldbm#dbnosync
44 #ldbm#dbnolocking
45 #bdb#index              objectclass     eq
46 #bdb#index              uid     pres,eq,sub
47 #bdb#index              cn,sn   pres,eq,sub,subany
48
49 database        @BACKEND@
50 suffix          "o=University of Michigan, c=US"
51 directory       ./test-db/C_db3
52 rootdn          "cn=Manager, o=University of Michigan, c=US"
53 rootpw          secret
54 #ldbm#index             objectclass     eq
55 #ldbm#index             uid     pres,eq,sub
56 #ldbm#index             cn,sn   pres,eq,sub,subany
57 #ldbm#dbnosync
58 #ldbm#dbnolocking
59 #bdb#index              objectclass     eq
60 #bdb#index              uid     pres,eq,sub
61 #bdb#index              cn,sn   pres,eq,sub,subany