mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
31 lines
740 B
Plaintext
31 lines
740 B
Plaintext
# $OpenLDAP$
|
|
#
|
|
# stand-alone slapd config -- for testing
|
|
# with indexing
|
|
#
|
|
ucdata-path ./ucdata
|
|
#
|
|
include ./schema/core.schema
|
|
include ./schema/cosine.schema
|
|
#
|
|
include ./schema/corba.schema
|
|
include ./schema/java.schema
|
|
include ./schema/inetorgperson.schema
|
|
include ./schema/krb5-kdc.schema
|
|
include ./schema/misc.schema
|
|
include ./schema/nadf.schema
|
|
include ./schema/nis.schema
|
|
include ./schema/openldap.schema
|
|
#
|
|
schemacheck on
|
|
pidfile ./test-db/slapd.pid
|
|
argsfile ./test-db/slapd.args
|
|
|
|
#######################################################################
|
|
# ldbm database definitions
|
|
#######################################################################
|
|
|
|
database ldbm
|
|
suffix "o=OpenLDAP Project, l=Internet"
|
|
directory ./test-db
|