openldap/tests
2002-03-23 23:18:42 +00:00
..
data ACL fixes from devel 2002-03-23 23:18:42 +00:00
progs Update copyrights for year 2002 2002-01-04 21:38:05 +00:00
scripts Import host/port fix from HEAD 2001-12-04 18:40:57 +00:00
Make-template Initial revision 1998-08-09 00:43:13 +00:00
Makefile.in Update copyrights for year 2002 2002-01-04 21:38:05 +00:00
README update CDB support 2001-06-08 19:27:36 +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