1e2745f Ticket 511 - allow turning off vattr lookup in search entry return

Authored and Committed by mreynolds 11 years ago
    Ticket 511 - allow turning off vattr lookup in search entry return
    
    Bug Description:  Functions vattr_map_namespace_sp_getlist and slapi_vattr_namespace_values_get_sp,
                      take a long time, even if there are no vattrs being used.
    
    Fix Description:  Added a new atomic config setting to ignore vattrs.  Then we bypass the expensive
                      vattr code when disabled.
    
                      New config setting:   nsslapd-ignore-virtual-attrs: on|off  default is "off"
    
    https://fedorahosted.org/389/ticket/511
    
    Reviewed by: ?
    
        
file modified
+27 -0
file modified
+4 -0
file modified
+19 -9