openldap/tests/data/slapd.conf

43 lines
1.2 KiB
Plaintext
Raw Normal View History

2003-11-29 04:00:23 +08:00
# stand-alone slapd config -- for testing (with indexing)
2003-10-22 18:45:56 +08:00
# $OpenLDAP$
2003-11-29 04:00:23 +08:00
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
## Copyright 1998-2003 The OpenLDAP Foundation.
## 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>.
2000-09-04 07:48:35 +08:00
ucdata-path ./ucdata
2000-07-27 02:24:44 +08:00
include ./schema/core.schema
include ./schema/cosine.schema
include ./schema/inetorgperson.schema
include ./schema/openldap.schema
include ./schema/nis.schema
#
pidfile ./testrun/slapd.1.pid
argsfile ./testrun/slapd.1.args
2003-10-22 18:45:56 +08:00
modulepath ../servers/slapd/back-@BACKEND@/
@MODULELOAD@
2000-07-27 02:24:44 +08:00
2000-07-27 02:24:44 +08:00
#######################################################################
# database definitions
2000-07-27 02:24:44 +08:00
#######################################################################
2003-10-22 17:39:50 +08:00
database @BACKEND@
suffix "o=University of Michigan,c=US"
directory ./testrun/db.1.a
rootdn "cn=Manager,o=University of Michigan,c=US"
2000-07-27 02:24:44 +08:00
rootpw secret
index objectClass eq
index cn,sn,uid pres,eq,sub