openldap/tests
Kurt Zeilenga e4f6d54877 New dn2id format with base/one/subtree indices (ldbm/bdb2)
New id2entry (id-less) format (ldbm/bdb2)
Removed id2children (ldbm/bdb2)
Added nextid database (ldbm)
Broke ldbmtest
Removed ldif2* tools (ldbm/bdb2)
Added slap tools (slapadd, slapcat, slapindex)
1999-08-17 19:00:59 +00:00
..
data Another bogus postalcode removed 1999-08-17 18:46:08 +00:00
progs create SASL_LIBS to hold -lsasl 1999-08-05 02:25:19 +00:00
scripts New dn2id format with base/one/subtree indices (ldbm/bdb2) 1999-08-17 19:00:59 +00:00
Makefile.in Remove gmon files 1999-08-07 04:38:33 +00:00
README Provide 'make test', 'make ldbm', and 'make bdb2' information. 1999-04-11 21:47:42 +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 run BDB2 tests, type "make bdb2".

To modify the debug level the tests run slapd with, set the SLAPD_DEBUG
environment variable.