From e14afab1b173adcfd2a3f9f9e1f3674dfe5f1fc4 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 7 Jun 2001 19:29:09 +0000 Subject: [PATCH] PROTO not needed to test LDAPv3 --- tests/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5