flowable / flowable/flowable-engine
Users listing fails when there are more than 1000 users in the LDAP server
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
**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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.