PROTO not needed to test LDAPv3

This commit is contained in:
Kurt Zeilenga 2001-06-07 19:29:09 +00:00
parent 4c3ab6bf69
commit e14afab1b1

View file

@ -8,6 +8,6 @@ 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
To test LDAPv2, set PROTO to "-P 2".
env PROTO="-P 2" make test