openldap/tests
2001-09-28 22:39:53 +00:00
..
data Allow dn.base="" 2001-09-01 05:01:31 +00:00
progs Increase read/write and search/write ratios. 2001-09-28 22:39:53 +00:00
scripts Added optional 3rd parameter, to make the script display the slapd pid 2001-09-22 05:34:22 +00:00
Makefile.in
README PROTO not needed to test LDAPv3 2001-06-07 19:29:09 +00:00

This directory contains a series of test scripts which are used to
verify basic functionality of the LDAP libraries, slapd, and slurpd.

	To run all of the tests, type "make test".
	To run LDBM tests, type "make ldbm".

To modify the debug level the tests run slapd with, set the SLAPD_DEBUG
environment variable.
	env SLAPD_DEBUG=1 make test

To test LDAPv2, set PROTO to "-P 2".
	env PROTO="-P 2" make test