flowable-engine icon indicating copy to clipboard operation
flowable-engine copied to clipboard

Users listing fails when there are more than 1000 users in the LDAP server

Open douglascrp opened this issue 3 years ago • 0 comments

Describe the bug The default LDAP integration does not allow the listing of users when there are more than 1000 of them, as the code tries to recover all the users in a single query.

I guess the same problem will happen with groups, but I have not tested that, as I don't have a test LDAP server, and I'm using the customers one as the source.

Expected behavior The code should be using the PagedResultsControl class to perform the recovering in batches.

douglascrp avatar Dec 17 '21 12:12 douglascrp