Closed
Bug 11099
Opened 26 years ago
Closed 26 years ago
Hitting SIZELIMIT returns no entries?
Categories
(Directory :: PerLDAP, defect, P3)
Directory
PerLDAP
Tracking
(Not tracked)
People
(Reporter: leif, Assigned: leif)
Details
I don't know if this is a bug or not, but let's look at it:
From: Steve East <seast@uswest.net>
I'm using PerLDAP 1.2 and running into a problem with sizelimit
processing. I do the following...
$entry = $conn->search($base, "sub", "objectclass=*", 0);
if ($conn->getErrorCode()) {
return $conn->getErrorString() unless $conn->getErrorCode() ==
LDAP_SIZELIMIT_EXCEEDED;
}
if (! $entry ) {
return "no entries returned for search";
} else {
...and get the "no entries returned for search" message. My server
indicates that it returned LDAP_SIZELIMIT_EXCEEDED and 200 entries. I
had assumed I would be able to access those 200 entries? Everything
works fine until I hit the sizelimit.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•