fix previous commit

This commit is contained in:
Pierangelo Masarati 2005-12-12 10:31:46 +00:00
parent e113e18bb6
commit 85f42f5324
2 changed files with 2 additions and 28 deletions

View 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

View File

@ -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)