Closed
Bug 546893
Opened 15 years ago
Closed 1 month ago
RFE: add support for paged search control (RFC2696)
Categories
(Directory Graveyard :: LDAP C SDK, enhancement)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ivan.pechorin, Unassigned)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.89 Safari/532.5
Build Identifier:
Hi,
Active Directory (and ADAM) limits the maximum number of objects that are returned in a single search result. This limit is controlled using AD server parameter MaxPageSize. Default value is 1000. To perform a search where the result might exceed this number of objects, the client must specify the paged search control.
Mozilla LDAP C SDK doesn't support the paged search control (RFC2696) and I added it for my needs (bulk load of public certificates from AD). I use the patched version for a while: since Sep'2009 for testing; since Oct'2009 in 3 production systems. Didn't see any problems so far.
So, I'd like to contribute the patch that adds the paged search control.
Reproducible: Always
Reporter | ||
Comment 1•15 years ago
|
||
This is a preliminary patch that adds paged search control. Any feedback is highly appreciated.
Updated•1 month ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 1 month ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•