> On Jul 29, 2019, at 7:12 AM, Nuno Miquelina <[email protected]> wrote: > > We have a fortress installation (version 2.0.0) and we use REST interface. > The number of saved entries in OpenLDAP is bigger than 1000 and the REST > interface only returns 1000 (batch size). How can we ask for the remaining > entries? There is pagination available?
Hello Nuno, Unfortunately, pagination in Fortress Rest is not currently supported. Also, the batch size is a global constant, and as you correctly stated set to 1000. We could easily add a configuration parameter to override the global default, if set. Please add a JIRA ticket request asking for this enhancement. https://issues.apache.org/jira/projects/FC/summary Paging will be a bit more work. If that’s needed, you could also open a JIRA, and we’ll look into it. —Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
