mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
23 lines
603 B
Plaintext
23 lines
603 B
Plaintext
# $OpenLDAP$
|
|
#
|
|
# master slapd config -- for testing
|
|
#
|
|
ucdata-path ./ucdata
|
|
include ./schema/core.schema
|
|
include ./schema/cosine.schema
|
|
include ./schema/inetorgperson.schema
|
|
include ./schema/openldap.schema
|
|
schemacheck on
|
|
pidfile ./test-db/slapd.pid
|
|
argsfile ./test-db/slapd.args
|
|
|
|
#######################################################################
|
|
# ldbm database definitions
|
|
#######################################################################
|
|
|
|
database passwd
|
|
suffix "o=University of Michigan,c=US"
|
|
rootdn "cn=Manager,o=University of Michigan,c=US"
|
|
rootpw secret
|
|
#file ./data/passwd
|