mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
68a8798594
introduction of pid/agrs parameters to the test-suite slapd.conf files; creation of sub-directory test/var for storage of pid/args files during test; update of the slapd and slapd.conf man pages. (The change reduces dependency on ldapconfig.h, since SLAPD_PIDEXT and SLAPD_ARGSEXT are deleted from the code.)
23 lines
581 B
Plaintext
23 lines
581 B
Plaintext
#
|
|
# master slapd config -- for testing
|
|
#
|
|
include ./data/slapd.at.conf
|
|
include ./data/slapd.oc.conf
|
|
schemacheck on
|
|
pidfile ./var/slapd-master.pid
|
|
argsfile ./var/slapd-master.args
|
|
|
|
#######################################################################
|
|
# ldbm database definitions
|
|
#######################################################################
|
|
|
|
database ldbm
|
|
cachesize 4
|
|
suffix "o=University of Michigan, c=US"
|
|
directory ./test-db
|
|
rootdn "cn=Manager, o=University of Michigan, c=US"
|
|
rootpw secret
|
|
index cn,sn,uid pres,eq,approx
|
|
index default none
|
|
lastmod on
|