Ldap reconciliation fail.
Hi gurus,
I need to do a full reconciliation on Ldap resource in order recreate some accounts that have been deleted on the resource.
IdM users are more than 10000 and the reconciliation process fails with the following error:"Error iterating accounts for resource RES-LDAP: com.waveset.util.WavesetException: There was a problem enumerating accounts javax.naming.SizeLimitExceededException: [LDAP: error code 4 - Sizelimit Exceeded]".
Looking into Ldap access log I see:
SRCH base="dc=univr,dc=it" scope=2 filter="(&(objectClass=inetorgperson))" attrs="uid" - RESULT err=4 tag=101 nentries=2000 etime=2 notes=U
It seems to me that IdM is asking for no more than 2000 entries and it wrongly interprets the Ldap return code (4).
How could I workaround this limit?
THIA

