231cd7e Ticket #292 - logconv.pl reporting unindexed search with different search base than shown in access logs

Authored and Committed by mreynolds 12 years ago
    Ticket #292 - logconv.pl reporting unindexed search with different search base than shown in access logs
    
    Bug Description:  Sometimes the search base & scope are incorrect in the notes=U output
    
    Fix Description:  Previously we were just grabbing the last search base and scope that was
                      processed in the logs.  We did not associate it with a conn/op number.
                      So if the unindexed search took a long time, another search would come in,
                      and then our search base and scope are out of synch.  I created a new
                      search base and scope hash to store the values so we can get the correct
                      output when printing the report.
    
    Reviewed by:  nhosoi (Thanks Noriko!)
    
    https://fedorahosted.org/389/ticket/292
    
        
file modified
+49 -35