]> git.sur5r.net Git - openldap/commitdiff
fix previous commit
authorPierangelo Masarati <ando@openldap.org>
Mon, 12 Dec 2005 10:31:46 +0000 (10:31 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 12 Dec 2005 10:31:46 +0000 (10:31 +0000)
tests/data/meta.out
tests/scripts/test035-meta

index c6aeffe5cbcfd93328b2575717e4387f5642275e..4826865aa71d075cdf188ce3e1c9de9b8e2809a1 100644 (file)
@@ -1442,29 +1442,3 @@ member: cn=Another Added Group,ou=Groups,o=Example,c=US
 
 # refldap://localhost:9016/cn=Somewhere,ou=Meta,dc=example,dc=com??sub
 
-# Checking server-enforced size limit...
-Size limit exceeded (4)
-dn: ou=Alumni Association,ou=People,o=Example,c=US
-
-dn: cn=Dan Aykroyd,ou=Meta,o=Example,c=US
-
-dn: o=Example,c=US
-
-dn: ou=Groups,o=Example,c=US
-
-dn: cn=John Belushi,ou=Meta,o=Example,c=US
-
-dn: ou=Meta,o=Example,c=US
-
-dn: ou=People,o=Example,c=US
-
-dn: ou=Same as above,ou=Meta,o=Example,c=US
-
-# refldap://localhost:9016/cn=Somewhere,ou=Meta,dc=example,dc=com??sub
-
-# Checking client-requested size limit...
-Size limit exceeded (4)
-dn: o=Example,c=US
-
-dn: ou=Meta,o=Example,c=US
-
index 30075cea8447dedcab14fd1b449763111681ed8c..127a8730445c62b8bfde7c291368f201f5e3e955 100755 (executable)
@@ -476,7 +476,7 @@ echo "# Checking server-enforced size limit..." >> $SEARCHOUT
 $LDAPSEARCH -S "" -h $LOCALHOST -p $PORT3 \
        -D "cn=Bjorn Jensen,ou=Information Technology Division,ou=People,$BASEDN" -w bjorn \
        -b "$BASEDN" "(objectClass=*)" 1.1 \
-       >> $SEARCHOUT 2>&1
+       >> $TESTOUT 2>&1
 RC=$?
 case $RC in 
        0)
@@ -498,7 +498,7 @@ echo "# Checking client-requested size limit..." >> $SEARCHOUT
 $LDAPSEARCH -S "" -h $LOCALHOST -p $PORT3 \
        -D "cn=Bjorn Jensen,ou=Information Technology Division,ou=People,$BASEDN" -w bjorn \
        -b "$BASEDN" -z 2 "(objectClass=*)" 1.1 \
-       >> $SEARCHOUT 2>&1
+       >> $TESTOUT 2>&1
 RC=$?
 case $RC in 
        0)