openldap/tests/data/slapd.conf

50 lines
1.5 KiB
Text
Raw Normal View History

2003-11-28 15:00:23 -05:00
# stand-alone slapd config -- for testing (with indexing)
2003-10-22 06:45:56 -04:00
# $OpenLDAP$
2003-11-28 15:00:23 -05:00
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
2007-01-02 15:00:42 -05:00
## Copyright 1998-2007 The OpenLDAP Foundation.
2003-11-28 15:00:23 -05:00
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted only as authorized by the OpenLDAP
## Public License.
##
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
2005-09-28 19:38:15 -04:00
include @SCHEMADIR@/core.schema
include @SCHEMADIR@/cosine.schema
include @SCHEMADIR@/inetorgperson.schema
include @SCHEMADIR@/openldap.schema
include @SCHEMADIR@/nis.schema
include @DATADIR@/test.schema
#
2005-09-28 19:38:15 -04:00
pidfile @TESTDIR@/slapd.1.pid
argsfile @TESTDIR@/slapd.1.args
# allow big PDUs from anonymous (for testing purposes)
sockbuf_max_incoming 4194303
#mod#modulepath ../servers/slapd/back-@BACKEND@/
#mod#moduleload back_@BACKEND@.la
#monitormod#modulepath ../servers/slapd/back-monitor/
#monitormod#moduleload back_monitor.la
2000-07-26 14:24:44 -04:00
#######################################################################
# database definitions
2000-07-26 14:24:44 -04:00
#######################################################################
2003-10-22 05:39:50 -04:00
database @BACKEND@
suffix "dc=example,dc=com"
2005-09-28 19:38:15 -04:00
directory @TESTDIR@/db.1.a
rootdn "cn=Manager,dc=example,dc=com"
2000-07-26 14:24:44 -04:00
rootpw secret
2005-05-30 10:02:16 -04:00
#bdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#monitor#database monitor