openldap/tests/data/slapd.conf

33 lines
764 B
Plaintext
Raw Normal View History

2003-10-22 18:45:56 +08:00
# $OpenLDAP$
2000-07-27 02:24:44 +08:00
#
2003-10-22 18:45:56 +08:00
# stand-alone slapd config -- for testing
# with indexing
2000-07-27 02:24:44 +08:00
#
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