Emmanuel Lecharny wrote: > Another one : > > suppose we have a normal user doing a search request with a sizeLimit of > 10, with the server limit set to 5, and the potential result would be 7 > entries (so the result will be truncated to 5 entries due to the server > limit) : > - should we generate a SizeLimitExceededException ?
Do we generate such an SizeLimitExceededException when doing a normal search request without the paged search control? I guess yes. So I think we should also return an LDAP code 4 here. Regards, Stefan
