flowable-engine
flowable-engine copied to clipboard
Users listing fails when there are more than 1000 users in the LDAP server
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.