openldap/tests
Kurt Zeilenga 3787c4c7d7 Allow an object class to be provided in an attribute description list,
treated as a request for all required and allowed attributes of the class.
This allows:
	ldapsearch (objectClass=*) inetOrgPerson
	(requests return of all attributes of inetOrgPerson)
and
	ldapsearch (objectClass=*) extensibleObject
	(requests return of all attributes, e.g., "+" "*")
2001-12-06 01:02:11 +00:00
..
data Revert 1.11, the extra clause breaks test009-referral for back-bdb. 2001-11-27 04:05:06 +00:00
progs Increase read/write and search/write ratios. 2001-09-28 22:39:53 +00:00
scripts Allow an object class to be provided in an attribute description list, 2001-12-06 01:02:11 +00:00
Makefile.in More changes to let BDB build without LDBM. 2001-10-04 06:34:03 +00:00
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