mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
6020fe58e8
Slurpd incorrectly sends a separate attribute for each value of an attribute which caused slapd to complain. Hacked slapd/add.c to merge values. Slurpd uses version 2 and hence cannot set ManageDSAit. Hack slapd/back-ldbm/referral.c such that if update_ndn matches o_ndn, no referrals are returned. Fix replication tests ldapmodify must be made against master as no rebind proc exists final ldapsearch should not chase Fix referral tests Use -C option as needed |
||
---|---|---|
.. | ||
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 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