]> git.sur5r.net Git - openldap/commitdiff
PROTO not needed to test LDAPv3
authorKurt Zeilenga <kurt@openldap.org>
Thu, 7 Jun 2001 19:29:09 +0000 (19:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 7 Jun 2001 19:29:09 +0000 (19:29 +0000)
tests/README

index d1fdfb7ae7e79e95b8b3b201648ab88b72f9d195..a06c75d18d1c0e82cb7998810e4b1988fc3c0a75 100644 (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