rt icon indicating copy to clipboard operation
rt copied to clipboard

LDAP import: Size possibly differs to actual result size

Open mxhash opened this issue 5 years ago • 1 comments

The problem with this setting is that actual page size can differ from configured value. For example:

  • LDAP with 30K users
  • LDAP server delivers 3000 results at once
  • LDAPSizeLimit is 5000

Only the first 3000 users are imported because we jump out of the loop. Increase any sizes sizes does not help because the server restricts the results.

Created a new one because I dropped my source branch.

mxhash avatar Jan 17 '19 07:01 mxhash

I assume you can set LDAPSizeLimit to 3000 to get around the issue?

-sunnavy

sunnavy avatar Mar 10 '21 17:03 sunnavy