c21515b Bug 742324 - allow nsslapd-idlistscanlimit to be set dynamically and per-user

Authored and Committed by rmeggins 12 years ago
    Bug 742324 - allow nsslapd-idlistscanlimit to be set dynamically and per-user
    
    https://bugzilla.redhat.com/show_bug.cgi?id=742324
    Resolves: bug 742324
    Bug Description: allow nsslapd-idlistscanlimit to be set dynamically and per-user
    Reviewed by: nhosoi, nkinder (Thanks!)
    Branch: master
    Fix Description: Changed the ldbm_config for idlistscanlimit to allow running
    change.  Added a new attribute nsIDListScanLimit that works just like
    nsLookThroughLimit for user entries.  For each search operation, calculate
    the idlistscanlimit to use based on any nsIDListScanLimit or database config.
    The biggest change was to extend the internal database API to allow the
    idlistscanlimit (aka allidslimit) to be passed down into the lowest level of
    the code where it is used.
    Platforms tested: RHEL6 x86_64
    Flag Day: no
    Doc impact: Yes - will need to document how nsIDListScanLimit and
    nsslapd-idlistscanlimit work now
    
        
file modified
+1 -0