]> git.sur5r.net Git - openldap/blobdiff - tests/data/regressions/its4336/its4336
Happy new year! (belated)
[openldap] / tests / data / regressions / its4336 / its4336
index 5360ec971dcffdbc5a0ff59f6f3e5d3bc330fb6b..0b968a2c1ddc549f6075bb1968921a56edab2427 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2006 The OpenLDAP Foundation.
+## Copyright 1998-2008 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -100,6 +100,12 @@ if test $RC != 0 ; then
 fi
 
 echo "Searching the chain..."
+echo "
+       Search an entry that causes a successful result to be returned
+       with a 2 second delay; since size/time limits were erroneously
+       set to 0/0, which internally means 0 instead of unlimited, the
+       underlying back-ldap search timed out.
+"
 $LDAPSEARCH -b "cn=success w/ delay,ou=RetCodes,$BASEDN" -h $LOCALHOST -p $PORT2 \
        '(objectClass=*)' > /dev/null 2>&1
 RC=$?