openldap/tests
Kurt Zeilenga f50acf10ea Import changes from devel
Fixed clients & -lldap KBIND (ITS#717)
  Fixed clients/tools -R handling
  Fixed slapd IPv6 issues (ITS#716)
  Fixed slapd kpasswd MIT Compatibility (ITS#715)
  Fixed slapd time syntax routines (ITS#713)
  Fixed ldappasswd -A -S crash (ITS#714)
  Fixed ldappasswd user argument usage and man page
  Fixed ldapmodify man page
2000-09-07 02:10:34 +00:00
..
data Import ACL "entry" changes from devel 2000-09-05 21:55:53 +00:00
progs Import latest from devel 2000-07-29 03:52:27 +00:00
scripts Import changes from devel 2000-09-07 02:10:34 +00:00
Make-template Initial revision 1998-08-09 00:43:13 +00:00
Makefile.in Import from devel 2000-07-04 19:58:12 +00:00
README Merge latest devel codes into releng 2 branch. 2000-06-13 19:56:15 +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 LDAPv3, set PROTO to "-P 3".
	env PROTO="-P 3" make test