a5dde49 Ticket 47411 - Replace substring search with plain search in referint plugin

Authored and Committed by mreynolds 10 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!)