Replies: 1 comment 1 reply
-
Hi @yakatz, To clarify, your account can’t use a single paginated request to return more than 1000 results? It must be completely individual requests? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The LDAP user account I am using is limited to 1000 returned entries per query. Does the
ldap:import
command support any kind of paging? I know I could manually set it up by running:The biggest problem with that is making sure none of those queries ever return more than 1000 results and splitting it up even more. Any better options?
Beta Was this translation helpful? Give feedback.
All reactions