mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
40 lines
968 B
Plaintext
40 lines
968 B
Plaintext
# $OpenLDAP$
|
|
#
|
|
# stand-alone slapd config -- for testing
|
|
# with indexing
|
|
#
|
|
ucdata-path ./ucdata
|
|
#include ./data/slapd.at.conf
|
|
#include ./data/slapd.oc.conf
|
|
#
|
|
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=University of Michigan, c=US"
|
|
directory ./test-db
|
|
rootdn "cn=Manager, o=University of Michigan, c=US"
|
|
rootpw secret
|
|
index objectclass eq
|
|
index uid pres,eq,sub
|
|
index cn,sn pres,eq,sub,subany
|
|
dbnosync
|
|
dbnolocking
|