ca344fd LDAP: return sdap search return code to ID

Authored and Committed by jhrozek 10 years ago
    LDAP: return sdap search return code to ID
    
    By default, the LDAP searches delete the entry from cache if it wasn't
    found during a search. But if a search wants to try both Global Catalog
    and LDAP, for example, it might be beneficial to have an option to only
    delete the entry from cache after the last operation fails to prevent
    unnecessary memberof operations for example.
    
        
file modified
+87 -34