mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
24 lines
622 B
Plaintext
24 lines
622 B
Plaintext
# $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
|
|
pidfile ./test-db/slapd.pid
|
|
argsfile ./test-db/slapd.args
|
|
|
|
#######################################################################
|
|
# 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
|