]> git.sur5r.net Git - openldap/blob - tests/data/slapd-schema.conf
ITS#3125 load back-monitor if it's a module
[openldap] / tests / data / slapd-schema.conf
1 # stand-alone slapd config -- for testing (with indexing)
2 # $OpenLDAP: pkg/ldap/tests/data/slapd-schema.conf,v 1.20.2.4 2003/12/15 22:05
3  :29 kurt Exp $
4 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 ##
6 ## Copyright 1998-2003 The OpenLDAP Foundation.
7 ## All rights reserved.
8 ##
9 ## Redistribution and use in source and binary forms, with or without
10 ## modification, are permitted only as authorized by the OpenLDAP
11 ## Public License.
12 ##
13 ## A copy of this license is available in the file LICENSE in the
14 ## top-level directory of the distribution or, alternatively, at
15 ## <http://www.OpenLDAP.org/license.html>.
16
17 ucdata-path     ./ucdata
18 #
19 include ./schema/core.schema
20 include ./schema/cosine.schema
21 #
22 include ./schema/corba.schema
23 include ./schema/java.schema
24 include ./schema/inetorgperson.schema
25 include ./schema/misc.schema
26 include ./schema/nis.schema
27 include ./schema/openldap.schema
28 #
29 pidfile     ./testrun/slapd.1.pid
30 argsfile    ./testrun/slapd.1.args
31
32 #
33 rootdse         ./testdata/rootdse.ldif
34
35 #mod#modulepath ../servers/slapd/back-@BACKEND@/
36 #mod#moduleload back_@BACKEND@.la
37
38 #monitormod#moduleload ../servers/slapd/back-monitor/back_monitor.la
39
40 #######################################################################
41 # ldbm database definitions
42 #######################################################################
43
44 database        @BACKEND@
45 suffix          "o=OpenLDAP Project,l=Internet"
46 directory       ./testrun/db.1.a
47 #ldbm#index             objectClass eq
48 #bdb#index              objectClass eq
49
50 #database       @BACKEND@
51 #suffix         "dc=example,dc=com"
52 #directory      ./testrun/db.1.b
53 #index          objectClass eq
54
55 #monitor#database monitor