Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0
-
None
Description
When retrieving many users from an LDAP server, an LDAP error is thrown "Ldap error 4 Size Limit Exceeded". This can sometimes be configured on the LDAP server, but in my case the limit is fixed and set to 1000 (ALUI Directory Server doesn't seem to support changing this setting).
As a workaround PagedResultsControl in combination with LdapContext could be used if a parameter "pageSize" is given in the endoint url.