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
|
2001-12-19 18:41:31 -05:00
|
|
|
include ./schema/openldap.schema
|
2003-08-07 12:42:40 -04:00
|
|
|
include ./schema/nis.schema
|
2003-10-24 00:40:32 -04:00
|
|
|
|
2003-10-22 01:14:08 -04:00
|
|
|
#
|
|
|
|
|
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
|
|
|
|
2003-04-29 23:04:18 -04:00
|
|
|
|
2000-07-26 14:24:44 -04:00
|
|
|
#######################################################################
|
2003-10-22 01:14:08 -04:00
|
|
|
# database definitions
|
2000-07-26 14:24:44 -04:00
|
|
|
#######################################################################
|
|
|
|
|
|
2003-10-22 05:39:50 -04:00
|
|
|
database @BACKEND@
|
2003-10-22 01:14:08 -04:00
|
|
|
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
|
2003-10-22 01:14:08 -04:00
|
|
|
index objectClass eq
|
|
|
|
|
index cn,sn,uid pres,eq,sub
|
|
|
|
|
|