Skip to content
Snippets Groups Projects
Commit adab1439 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Define env.variable SLAPD_DEBUG to override the default debug level

parent 7d8e7085
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment