Skip to content

Conversation

@jfhcagip
Copy link
Contributor

@jfhcagip jfhcagip commented Nov 5, 2025

When making a ldap search, the pagination was managed both by the ldap search library and the calling code. This lead to a fatal error when the number of results exceeded the page size. This issue has been fixed by removing the pagination management in the calling code. The pagination is thus managed only by the ldap library

@jfhcagip jfhcagip force-pushed the fixLdapSearchPagination branch from e63e1e4 to 71f0463 Compare November 5, 2025 09:10
When making a ldap search, the pagination was managed both by the ldap search library and the calling code.
This lead to a fatal error when the number of results exceeded the page size.
This issue has been fixed by removing the pagination management in the calling code. The pagination is thus managed only by the ldap library
@jfhcagip jfhcagip force-pushed the fixLdapSearchPagination branch from 71f0463 to 84d5b90 Compare November 5, 2025 09:35
@jfhcagip jfhcagip merged commit ed4862d into master Nov 5, 2025
8 checks passed
@jfhcagip jfhcagip deleted the fixLdapSearchPagination branch November 5, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants