Re: Searching without retaining all results

2017-08-03 Thread Brandon Hume
On 8/3/2017 12:59 PM, Chris Ridd wrote: I ended up patching Search.pm to avoid capturing each result when using callbacks. Is there a better way to do this? Were you using paged results? I've certainly never had to manage 30M+ results, but switching to paged changed a script that checks over

Re: Problem with big entries

2007-12-18 Thread Brandon Hume
On Mon, 2007-12-17 at 15:11 +0100, Didi wrote: > I am trying to generate my /etc/passwd from my ldap as a backup > solution. For this I wrote a little script. Unfortunately with having > 20530 users in my LDAP (expected to increase) the script takes 20k? Tiny! If you're using Net::LDAP, then inv