Overview: Setting query policy lDAPAdminLimits MaxPageSize has no effect - page size does not limited. Steps to Reproduce: 1) Configure lDAPPolicyLimits: MaxPageSize policy. 2) Request some data (from LDAP) that is larger than MaxPageSize. Actual Results: Return all data Expected Results: Data with MaxPageSize size and error code 0x4 "Size Limit Exceeded"
Created attachment 18208 [details] Adds support for MaxPageSize policy limit
https://gitlab.com/samba-team/samba/-/merge_requests/3465 As per the feedback given by @abartlet on Gitlab we currently do not intend to accept this change. We do not support AD's "MaxPageSize" attribute, since we have other restrictions in place. Theoretically the bug could be closed, but "RESOLVED" does not sound correct to me. In the past we had also "WORKSFORME" as a bugzilla status, but this seems to have gone.