flowable / flowable/flowable-engine

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

Open
#3,148 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.