pbrezina / SSSD / sssd

Forked from SSSD/sssd 7 years ago
Clone

ce56cd9 Speed-up enumerations.

Authored and Committed by simo 14 years ago
    Speed-up enumerations.
    
    This patch reduces the time needed to enumerate groups of a midsized
    domain from 12 seconds to 4.4
    Optimizes enumerations by doing only 2 ldb searches and some ordering
    instead of a number of searches proportional to the number of groups
    
        
file modified
+5 -1
file modified
+162 -1