openldap/tests
Kurt Zeilenga 4b22216d77 Add extraneous database to slapd.conf
Remove ssf from slapd-schema.conf
2001-07-14 01:28:19 +00:00
..
data Add extraneous database to slapd.conf 2001-07-14 01:28:19 +00:00
progs s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
scripts Fix undefined filter parsing 2001-06-16 02:20:48 +00:00
Makefile.in ucdata needs to point to liblunicode not liblunicode/ucdata 2000-10-30 20:02:13 +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