No worries. I was able to export all users by changing the server.xml ldap
server configuration (maxSizeLimit) entry.
<ldapServer id="ldapServer"
allowAnonymousAccess="false"
saslHost="ldap.example.com"
saslPrincipal="ldap/[email protected]"
searchBaseDn="ou=users,ou=system"
maxTimeLimit="15000"
maxSizeLimit="0">
<transports>
Regards,
Sohail Aboobaker.
> From: [email protected]
> To: [email protected]
> Subject: Overriding limit of Users exported
> Date: Sun, 31 May 2015 13:32:17 -0400
>
> Hi,
>
> I am trying to export all users to a file using export LDIF browser. I have
> changed the maximum entries to 0 in the dialog. However, it still exports
> only 1000 users. Seems like the server has a limit.
>
> Is there any other way to export all users to an LDIF file without the limit?
>
> Thanks.
>
> Regards,
> Sohail Aboobaker.
>