Hi, On Fri, May 15, 2015 at 6:59 AM, Nicolas Peltier <[email protected]> wrote: > Hi, > > using LdapIdentityProvider.listUsers i get results limited to 1000 results, i > guess this is a server limitation as the total number is > 10k. that might be a problem for the JMX beans functionality. can you create a bug? I think we need to either do paging in the provider or expose it via the API.
> Also default timeout is 60s, and i guess doing multiple paged requests would > be better. Is this something i should handle at project level or would that > be a possible enhancement? this should be configured by the search timeout: http://jackrabbit.apache.org/oak/docs/apidocs/org/apache/jackrabbit/oak/security/authentication/ldap/impl/LdapProviderConfig.html#getSearchTimeout() regards, toby
