Skip to content
Snippets Groups Projects
Forked from openldap / OpenLDAP
22384 commits behind the upstream repository.
Kurt Zeilenga's avatar
Kurt Zeilenga authored
Includes support for update referral for each replicated backend.
	Reworked replication test to use update referral.
Includes major rewrite of response encoding codes (result.c).
Includes reworked alias support and eliminates old suffix alias codes
(can be emulated using named alias).
Includes (untested) support for the Manage DSA IT control.
Works in LDAPv2 world.  Still testing in LDAPv3 world.
Added default referral (test009) test.
73276e84
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..
data
progs
scripts
Makefile.in
README
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.