openldap/tests/data/slapd.conf

33 lines
764 B
Text
Raw Normal View History

2003-10-22 06:45:56 -04:00
# $OpenLDAP$
2000-07-26 14:24:44 -04:00
#
2003-10-22 06:45:56 -04:00
# stand-alone slapd config -- for testing
# with indexing
2000-07-26 14:24:44 -04:00
#
2000-09-03 19:48:35 -04:00
ucdata-path ./ucdata
2000-07-26 14:24:44 -04: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 06:45:56 -04:00
modulepath ../servers/slapd/back-@BACKEND@/
@MODULELOAD@
2000-07-26 14:24:44 -04:00
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 "o=University of Michigan,c=US"
directory ./testrun/db.1.a
rootdn "cn=Manager,o=University of Michigan,c=US"
2000-07-26 14:24:44 -04:00
rootpw secret
index objectClass eq
index cn,sn,uid pres,eq,sub