adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

d85b13b Ticket 48175 - Avoid using regex in ACL if possible

1 file Authored by lkrispen 8 years ago, Committed by nhosoi 8 years ago,
    Ticket 48175 - Avoid using regex in ACL if possible
    
    Bug Description:  aci code uses regex to do substring matching for targets
                      but this is a huge overhead for a simple sequence of
                      string matching
    
    Fix Description:   directly do the str match for the initial, any, final
                       parts of the filter
    
    https://fedorahosted.org/389/ticket/48175
    
    Reviewed by: Noriko, thanks
    
    (cherry picked from commit 6024a7731c1888668f1efc163fb55e118a373366)
    
        
file modified
+30 -91