Iām looking for a way to get value return by LDAP request to see why nextcloud show me this error, so i can give more information on this post about this problem.
Since itās unclear if it has been resolved, you could file a new bug report in github.com/nextcloud/server/issues and give more details about your setup. Make sure that you are running a current version of Nextcloud first (12.0.4 or 11.0.5).
LDAP issue often remain unanswered as it is less popular by individual users and the developers and not all checking the topics here on a regular basis.
Hi,
I come back on this problem that I solve.
Our LDAP donāt support ldap_control_paged_result_response().
So i disable the āldapPagingSizeā ldap parameter from default 500 value to 0 value.
And no more problem nor log of ldap_control_paged_result_response().
cordialely