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
|
2001-12-20 07:41:31 +08:00
|
|
|
include ./schema/openldap.schema
|
2003-08-08 00:42:40 +08:00
|
|
|
include ./schema/nis.schema
|
2003-10-24 12:40:32 +08:00
|
|
|
|
2003-10-22 13:14:08 +08:00
|
|
|
#
|
|
|
|
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
|
|
|
|
2003-04-30 11:04:18 +08:00
|
|
|
|
2000-07-27 02:24:44 +08:00
|
|
|
#######################################################################
|
2003-10-22 13:14:08 +08:00
|
|
|
# database definitions
|
2000-07-27 02:24:44 +08:00
|
|
|
#######################################################################
|
|
|
|
|
2003-10-22 17:39:50 +08:00
|
|
|
database @BACKEND@
|
2003-10-22 13:14:08 +08:00
|
|
|
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
|
2003-10-22 13:14:08 +08:00
|
|
|
index objectClass eq
|
|
|
|
index cn,sn,uid pres,eq,sub
|
|
|
|
|