From: Kurt Zeilenga Date: Thu, 7 Jun 2001 19:29:09 +0000 (+0000) Subject: PROTO not needed to test LDAPv3 X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1343 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e14afab1b173adcfd2a3f9f9e1f3674dfe5f1fc4;p=openldap PROTO not needed to test LDAPv3 --- diff --git a/tests/README b/tests/README index d1fdfb7ae7..a06c75d18d 100644 --- a/tests/README +++ b/tests/README @@ -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