Skip Menu |

This queue is for tickets about the RT-Extension-LDAPImport CPAN distribution.

Report information
The Basics
Id: 73195
Status: resolved
Priority: 0/
Queue: RT-Extension-LDAPImport

People
Owner: Nobody in particular
Requestors: givano [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)

Attachments


Subject: LDAP search failed Sizelimit exceeded
Date: Mon, 12 Dec 2011 14:38:26 +0100
To: bug-RT-Extension-LDAPImport [...] rt.cpan.org
From: Givano <givano [...] gmail.com>
[Mon Dec 5 11:24:47 2011] [error]: LDAP search failed Sizelimit exceeded (/usr/local/share/request-tracker4/lib/RT/Extension/LDAPImport.pm:866) as much I understand this comes because domain controller limits the query by max. 1000 entries, in my case the query returns over 5000 entries. I've googled about that issue and people recommending use of simple paging in the script. As much I understood from looking over /usr/local/share/request- tracker4/lib/RT/Extension/LDAPImport.pm this paging feature is not implemented at the moment. Extension: RT-Extension-LDAPImport 0.31 RT: 4.0.2 Perl: 5.10.1 OS: Debian 6 - 2.6.32-5-686 #1 SMP Fri Sep 9 20:51:05 UTC 2011 i686 GNU/Linux LDAP Environment: Active Directory on Windows 2008R2 SP1, Domain and Forest Functional Level: Windows 2003
Hi, On Mon Dec 12 08:38:35 2011, givano@gmail.com wrote: Show quoted text
> [Mon Dec 5 11:24:47 2011] [error]: LDAP search failed Sizelimit exceeded > (/usr/local/share/request-tracker4/lib/RT/Extension/LDAPImport.pm:866)
Please try the development version 0.32_02 I just uploaded to CPAN. It supports setting a size limit that matches your server, as described in the README, with: Set($LDAPSizeLimit, 1000); Let me know how it works for you. Thomas
Subject: RT-Extension-LDAPImport-0.32_02.tar.gz

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #73195] LDAP search failed Sizelimit exceeded
Date: Tue, 13 Mar 2012 17:42:39 +0100
To: bug-RT-Extension-LDAPImport [...] rt.cpan.org
From: Givano <givano [...] gmail.com>
Hi, sorry for delay, now I could find time to test it and it looks very good, no problems by importing users from AD with over 5000 users thank you very much BR, Ivan 2012/2/23 Thomas Sibley via RT <bug-RT-Extension-LDAPImport@rt.cpan.org> Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=73195 > > > Hi, > > On Mon Dec 12 08:38:35 2011, givano@gmail.com wrote:
> > [Mon Dec 5 11:24:47 2011] [error]: LDAP search failed Sizelimit exceeded > > (/usr/local/share/request-tracker4/lib/RT/Extension/LDAPImport.pm:866)
> > Please try the development version 0.32_02 I just uploaded to CPAN. It > supports setting a size limit > that matches your server, as described in the README, with: > > Set($LDAPSizeLimit, 1000); > > Let me know how it works for you. > > Thomas >