2002-10-22 03:11:27 +08:00
|
|
|
# $OpenLDAP$
|
|
|
|
#
|
|
|
|
# referral slapd config -- for testing
|
|
|
|
#
|
|
|
|
ucdata-path ./ucdata
|
|
|
|
include ./schema/core.schema
|
|
|
|
include ./schema/cosine.schema
|
|
|
|
include ./schema/inetorgperson.schema
|
|
|
|
include ./schema/openldap.schema
|
2003-08-08 00:42:40 +08:00
|
|
|
include ./schema/nis.schema
|
2002-10-22 03:11:27 +08:00
|
|
|
pidfile ./test-db/slapd.pid
|
|
|
|
argsfile ./test-db/slapd.args
|
|
|
|
|
2003-04-30 11:04:18 +08:00
|
|
|
modulepath ../servers/slapd/back-@BACKEND@/
|
|
|
|
@MODULELOAD@
|
|
|
|
|
2002-10-22 03:11:27 +08:00
|
|
|
#######################################################################
|
|
|
|
# ldbm database definitions
|
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
database @BACKEND@
|
|
|
|
suffix "c=US"
|
|
|
|
directory ./test-db
|
|
|
|
rootdn "cn=Manager,o=University of Michigan,c=US"
|
|
|
|
rootpw secret
|
|
|
|
#ldbm#index objectClass eq
|
|
|
|
#bdb#index objectClass eq
|