mreynolds / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

529b056 Bug 558099 - Enhancement request: Log more information about the search result being a paged one

Authored and Committed by nhosoi 13 years ago
    Bug 558099 - Enhancement request: Log more information about the search result being a paged one
    
    https://bugzilla.redhat.com/show_bug.cgi?id=558099
    
    Description: searched entry count is logged in the access log as
    (nentries=<num>). When RFC 2696 page results control is passed,
    the nentries logs the page size instead of the total searched
    count.  andrey.ivanov@polytechnique.fr proposed to log the control
    info as follows:
    [..] conn=# op=#RESULT err=0 tag=101 nentries=# etime=0 notes=P
    This patch implemented the spec.
    Also, there was a bug regarding unindexed note "notes=U" when
    the paged results control is received.  Only the first page logs
    it, but not the rest.  The bug was fixed.
    
        
file modified
+2 -1
file modified
+4 -0