adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

6cc76d8 Ticket 47411 - Replace substring search with plain search in referint plugin

1 file Authored by mreynolds 7 years ago, Committed by nhosoi 7 years ago,
    Ticket 47411 - Replace substring search with plain search in referint plugin
    
    Bug Description:  RI plugin uses a substring search by default, which is much more
                      expensive than an equality search filter.
    
    Fix Description:  Only use the substring search if the operation is a modrdn.
    
    https://fedorahosted.org/389/ticket/47411
    
    Reveiwed by: richm(Thanks!)
    
    (cherry picked from commit a5dde495a7df7b19fd71cccdb0eb1b91d1f73b58)