mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
19 lines
501 B
Plaintext
19 lines
501 B
Plaintext
|
#
|
||
|
# master slapd config -- for testing
|
||
|
#
|
||
|
include ./data/slapd.at.conf
|
||
|
include ./data/slapd.oc.conf
|
||
|
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
|