mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Define env.variable SLAPD_DEBUG to override the default debug level
This commit is contained in:
parent
7d8e7085e3
commit
adab14395b
@ -1,3 +1,6 @@
|
||||
This directory contains a series of test scripts which are used to
|
||||
verify basic functionality of the LDAP libraries, slapd, and slurpd.
|
||||
To run the tests, type "make" in the ./tests directory.
|
||||
|
||||
To modify the debug level the tests run slapd with, set the SLAPD_DEBUG
|
||||
environment variable.
|
||||
|
@ -34,7 +34,7 @@ LDAPMODIFY=../clients/tools/ldapmodify
|
||||
LDAPADD=../clients/tools/ldapadd
|
||||
LDAPMODRDN=../clients/tools/ldapmodrdn
|
||||
SLAPDTESTER=$PROGDIR/slapd-tester
|
||||
LVL=5
|
||||
LVL=${SLAPD_DEBUG-5}
|
||||
ADDR=127.0.0.1
|
||||
PORT=9009
|
||||
SLAVEPORT=9010
|
||||
|
Loading…
Reference in New Issue
Block a user