Unable to change nsslapd-idlistscanlimit in a running server. Unable to set per-user idlistscanlimit (as with nsLookThroughLimit)
Created attachment 525606 [details] 0002-Bug-742324-allow-nsslapd-idlistscanlimit-to-be-set-d.patch
To ssh://git.fedorahosted.org/git/389/ds.git 0157534..c21515b master -> master commit c21515b1577d5e71fddc20b91bae7abfda6c90e1 Author: Rich Megginson <rmeggins> Date: Thu Sep 29 11:36:20 2011 -0600 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
Upstream ticket: https://fedorahosted.org/389/ticket/244