• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/

Lines Matching refs:SIZELIMIT

127 SIZELIMIT=4
129 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
137 if test "$COUNT" -gt "$SIZELIMIT" ; then
138 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
142 echo "...didn't bump into the requested size limit ($SIZELIMIT; got $COUNT entries)"
151 if test "$COUNT" = "$SIZELIMIT" ; then
152 echo "...bumped into requested size limit ($SIZELIMIT)"
154 echo "...error: got $COUNT entries with a requested sizelimit of $SIZELIMIT"
171 SIZELIMIT=2
172 echo "Testing size limit request ($SIZELIMIT) for unlimited ID..."
173 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
181 if test "$COUNT" -gt "$SIZELIMIT" ; then
182 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
186 echo "...didn't bump into the requested size limit ($SIZELIMIT; got $COUNT entries)"
195 if test "$COUNT" = "$SIZELIMIT" ; then
196 echo "...bumped into requested size limit ($SIZELIMIT)"
198 echo "...error: got $COUNT entries with a requested sizelimit of $SIZELIMIT"
277 SIZELIMIT=2
278 echo "Testing lower than soft limit request ($SIZELIMIT) for soft limited ID..."
279 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
287 if test "$COUNT" -gt "$SIZELIMIT" ; then
288 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
292 echo "...didn't bump into either requested ($SIZELIMIT) or server-side size limit (got $COUNT entries)"
301 if test "x$SIZELIMIT" = "x$COUNT" ; then
302 echo "...bumped into requested ($SIZELIMIT) size limit"
319 SIZELIMIT=100
320 echo "Testing higher than soft limit request ($SIZELIMIT) for soft limited ID..."
321 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
329 if test "$COUNT" -gt "$SIZELIMIT" ; then
330 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
334 echo "...didn't bump into either requested ($SIZELIMIT) or server-side size limit (got $COUNT entries)"
343 if test "x$SIZELIMIT" = "x$COUNT" ; then
344 echo "...bumped into requested ($SIZELIMIT) size limit"
361 SIZELIMIT=2
362 echo "Testing lower than hard limit request ($SIZELIMIT) for hard limited ID..."
363 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
371 if test "$COUNT" -gt "$SIZELIMIT" ; then
372 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
376 echo "...didn't bump into either requested ($SIZELIMIT) or server-side size limit (got $COUNT entries)"
384 echo "...bumped into requested ($SIZELIMIT) size limit"
393 SIZELIMIT=100
394 echo "Testing higher than hard limit request ($SIZELIMIT) for hard limited ID..."
395 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
403 if test "$COUNT" -gt "$SIZELIMIT" ; then
404 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
408 echo "...didn't bump into either requested ($SIZELIMIT) or server-side size limit (got $COUNT entries)"
417 if test "$COUNT" = "$SIZELIMIT" ; then
418 echo "...error: bumped into requested ($SIZELIMIT) size limit"
422 echo "...got size limit $COUNT instead of requested $SIZELIMIT entries"
440 SIZELIMIT=max
441 echo "Testing max limit request ($SIZELIMIT) for hard limited ID..."
442 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
450 echo "...didn't bump into either requested ($SIZELIMIT) or server-side size limit (got $COUNT entries)"
459 echo "...bumped into requested ($SIZELIMIT=$COUNT) size limit"
802 SIZELIMIT=2
803 echo "Testing size limit request ($SIZELIMIT) for unlimited ID..."
804 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
812 if test "$COUNT" -gt "$SIZELIMIT" ; then
813 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
817 echo "...didn't bump into the requested size limit ($SIZELIMIT; got $COUNT entries)"
826 if test $COUNT = $SIZELIMIT ; then
827 echo "...bumped into requested size limit ($SIZELIMIT)"
829 echo "...error: got $COUNT entries while requesting $SIZELIMIT..."
908 SIZELIMIT=2
909 echo "Testing lower than soft limit request ($SIZELIMIT) for soft limited ID..."
910 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
918 if test "$COUNT" -gt "$SIZELIMIT" ; then
919 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
923 echo "...didn't bump into either requested ($SIZELIMIT) or server-side size limit (got $COUNT entries)"
932 if test "x$SIZELIMIT" = "x$COUNT" ; then
933 echo "...bumped into requested ($SIZELIMIT) size limit"
938 echo "...bumped into either requested ($SIZELIMIT) or server-side size limit"
948 SIZELIMIT=100
949 echo "Testing higher than soft limit request ($SIZELIMIT) for soft limited ID..."
950 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
958 if test "$COUNT" -gt "$SIZELIMIT" ; then
959 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
963 echo "...didn't bump into either requested ($SIZELIMIT) or server-side size limit (got $COUNT entries)"
972 if test "x$SIZELIMIT" = "x$COUNT" ; then
973 echo "...bumped into requested ($SIZELIMIT) size limit"
978 echo "...bumped into either requested ($SIZELIMIT) or server-side size limit"
988 SIZELIMIT=2
989 echo "Testing lower than hard limit request ($SIZELIMIT) for hard limited ID..."
990 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
998 if test "$COUNT" -gt "$SIZELIMIT" ; then
999 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
1003 echo "...didn't bump into either requested ($SIZELIMIT) or server-side size limit (got $COUNT entries)"
1012 if test "$COUNT" = "$SIZELIMIT" ; then
1013 echo "...bumped into requested ($SIZELIMIT) size limit"
1015 echo "...error: got size limit $SIZELIMIT but $COUNT entries"
1032 SIZELIMIT=100
1033 echo "Testing higher than hard limit request ($SIZELIMIT) for hard limited ID..."
1034 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
1042 if test "$COUNT" -gt "$SIZELIMIT" ; then
1043 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
1047 echo "...didn't bump into either requested ($SIZELIMIT) or server-side size limit (got $COUNT entries)"
1056 if test "$COUNT" = "$SIZELIMIT" ; then
1057 echo "...error: bumped into requested ($SIZELIMIT) size limit"
1061 echo "...got size limit $COUNT instead of requested $SIZELIMIT entries"
1079 SIZELIMIT=max
1080 echo "Testing max limit request ($SIZELIMIT) for hard limited ID..."
1081 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
1089 echo "...didn't bump into either requested ($SIZELIMIT) or server-side size limit (got $COUNT entries)"
1098 echo "...bumped into requested ($SIZELIMIT=$COUNT) size limit"
1272 SIZELIMIT=8
1276 -z $SIZELIMIT -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1
1281 echo "...success; didn't bump into either requested ($SIZELIMIT) or server-side unchecked limit (got $COUNT entries)"
1285 if test "x$SIZELIMIT" = "x$COUNT" ; then
1286 echo "...bumped into requested ($SIZELIMIT) size limit"
1291 echo "...bumped into either requested ($SIZELIMIT) or server-side size limit"
1304 SIZELIMIT=15
1308 -z $SIZELIMIT -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1
1313 echo "...success; didn't bump into either requested ($SIZELIMIT) or server-side unchecked limit (got $COUNT entries)"
1317 if test "x$SIZELIMIT" = "x$COUNT" ; then
1318 echo "...bumped into requested ($SIZELIMIT) size limit"
1323 echo "...bumped into either requested ($SIZELIMIT) or server-side size limit"
1336 SIZELIMIT=max
1340 -z $SIZELIMIT -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1
1345 echo "...success; didn't bump into either requested ($SIZELIMIT) or server-side unchecked limit (got $COUNT entries)"
1349 if test "x$SIZELIMIT" = "x$COUNT" ; then
1350 echo "...bumped into requested ($SIZELIMIT) size limit"
1355 echo "...bumped into either requested ($SIZELIMIT) or server-side size limit"
1370 SIZELIMIT=2
1371 echo "Testing size limit request ($SIZELIMIT) for unlimited ID and pagesize=$PAGESIZE..."
1372 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
1380 if test "$COUNT" -gt "$SIZELIMIT" ; then
1381 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
1385 echo "...didn't bump into the requested size limit ($SIZELIMIT; got $COUNT entries)"
1394 if test $COUNT = $SIZELIMIT ; then
1395 echo "...bumped into requested size limit ($SIZELIMIT)"
1397 echo "...error: got $COUNT entries while requesting $SIZELIMIT..."