> On 15 May 2015, at 18:53, Tobias Bocanegra <tri...@apache.org> wrote:
> 
> Hi,
> 
> On Fri, May 15, 2015 at 6:59 AM, Nicolas Peltier <npelt...@adobe.com> 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.
https://issues.apache.org/jira/browse/OAK-2874

> 
>> 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

Reply via email to