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