Unfortunately, I don't have that option. I can use only 'ldapsearch'
I want to know the configuration setting to be put in place on Server which would remove the limit.
Cheers,
Parag
The number of results exceed the configured limit for a request. (?)On Fri, 2009-10-16 at 00:31 +0530, Parag Kalra wrote:
> Hello Friends,
> I am using a 'ldapsearch' command from Ubuntu machine to fetch entries
> from SunOne directory server hosted on Windows machine.
> I am able to retrieve the records but not all. At one stage it aborts
> abruptly and throws following error -
> ldap_search: LDAP Adminstration Limit Error
> Any pointers on what this error is all about and how can I get rid of
> it?
Write a script in Python, or something like it, with LDAP support so you
can page the request.
Maybe ldapsearch can page for you? I don't recall.