Opened 12 years ago

Closed 12 years ago

#172 closed bug (fixed)

Exception when importing massive users from Active Directory

Reported by: car031 Owned by: car031
Priority: minor Milestone: 6.3.4
Component: LDAP / Active Directory Version: 6.3.3
Keywords: Cc: allen.furmanski@…

Description

There is a setting in AD that causes the issue:
MaxPageSize? - This value controls the maximum number of objects that
are returned in a single search result, independent of how large each
returned object is. To summarize, MaxPageSize? controls
the number of objects that are returned in a single search result.
Default value: 1,000

Taken from: http://support.microsoft.com/?scid=kb;en-us;315071&x=8&y=19
In practice, the error is created by AD since LDOC makes a search whose results exceed the limit of 1000.

Change History (3)

comment:1 Changed 12 years ago by car031

  • Status changed from new to accepted

comment:2 Changed 12 years ago by car031

  • Component changed from Core to LDAP

comment:3 Changed 12 years ago by car031

  • Resolution set to fixed
  • Status changed from accepted to closed

Pagination applied both on users and groups, tested on a large repository and all runs ok.
In the 6.4 it will be possible to search in the LDAP and direct import a selection of users.

Note: See TracTickets for help on using tickets.