mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix previous commit
This commit is contained in:
parent
e113e18bb6
commit
85f42f5324
@ -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
|
# 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
|
|
||||||
|
|
||||||
|
@ -476,7 +476,7 @@ echo "# Checking server-enforced size limit..." >> $SEARCHOUT
|
|||||||
$LDAPSEARCH -S "" -h $LOCALHOST -p $PORT3 \
|
$LDAPSEARCH -S "" -h $LOCALHOST -p $PORT3 \
|
||||||
-D "cn=Bjorn Jensen,ou=Information Technology Division,ou=People,$BASEDN" -w bjorn \
|
-D "cn=Bjorn Jensen,ou=Information Technology Division,ou=People,$BASEDN" -w bjorn \
|
||||||
-b "$BASEDN" "(objectClass=*)" 1.1 \
|
-b "$BASEDN" "(objectClass=*)" 1.1 \
|
||||||
>> $SEARCHOUT 2>&1
|
>> $TESTOUT 2>&1
|
||||||
RC=$?
|
RC=$?
|
||||||
case $RC in
|
case $RC in
|
||||||
0)
|
0)
|
||||||
@ -498,7 +498,7 @@ echo "# Checking client-requested size limit..." >> $SEARCHOUT
|
|||||||
$LDAPSEARCH -S "" -h $LOCALHOST -p $PORT3 \
|
$LDAPSEARCH -S "" -h $LOCALHOST -p $PORT3 \
|
||||||
-D "cn=Bjorn Jensen,ou=Information Technology Division,ou=People,$BASEDN" -w bjorn \
|
-D "cn=Bjorn Jensen,ou=Information Technology Division,ou=People,$BASEDN" -w bjorn \
|
||||||
-b "$BASEDN" -z 2 "(objectClass=*)" 1.1 \
|
-b "$BASEDN" -z 2 "(objectClass=*)" 1.1 \
|
||||||
>> $SEARCHOUT 2>&1
|
>> $TESTOUT 2>&1
|
||||||
RC=$?
|
RC=$?
|
||||||
case $RC in
|
case $RC in
|
||||||
0)
|
0)
|
||||||
|
Loading…
Reference in New Issue
Block a user