[389-devel] Please review: [Bug 513166] RFE: Simple Paged result doesn't provide the server's estimate of the total number of entries

Noriko Hosoi nhosoi at redhat.com
Wed Aug 4 22:46:51 UTC 2010


https://bugzilla.redhat.com/show_bug.cgi?id=513166

https://bugzilla.redhat.com/attachment.cgi?id=436693&action=diff

https://bugzilla.redhat.com/attachment.cgi?id=436693&action=edit

Description: By definition, the first integer of the response
control is for the estimated search result set size.  This fix
sets the estimated result set size.
  * controlType = LDAP_CONTROL_PAGEDRESULTS;
  * criticality = n/a;
  * controlValue:
  *   realSearchControlValue ::= SEQUENCE {
  *   size INTEGER (0..maxInt),
  *   -- result set size estimate from server
  *   cookie OCTET STRING

Thanks,
--noriko




More information about the 389-devel mailing list