f000528 Ticket 48681 - logconv.pl lists sasl binds with no dn as anonymous

Authored and Committed by mreynolds 7 years ago
    Ticket 48681 - logconv.pl lists sasl binds with no dn as anonymous
    
    Bug Description:  logconv.pl incorrectly processes the SASL bind steps
                      as individual anonymous binds.  It also incorrectly
                      counts each sasl bind step as an individual SASL bind.
    
    Fix Description:  Do not count SASL bind steps as anonymous binds unless
                      the mech ANONYMOUS is used.  This also adjusts the SASL
                      bind count to account for the bind steps.  So although
                      a SASL bind might perform three BIND ops, we only count
                      it as one.
    
    https://fedorahosted.org/389/ticket/48681
    
    Reviewed by: nhosoi(Thanks!)
    
        
file modified
+24 -3