-
Suggestion
-
Resolution: Fixed
-
None
Performing a directory search for a limited number of users (for example, during paginated browsing) still passes through a request for all users when the directory doesn't define ldap.pagedresults.
The results in a single directory query aren't sorted, so anything past offset + maxResults will be thrown away; adjust the query to request the minimum number.
This is a simpler fix than
CWD-3225as it only affects single-directory queries.