LDAP Paged Searches

I need to do paged ldap searches from IS 6.5 as the default search is only returning 6000 results, I should be getting around 16000. LDAP documentation says it is up to the client tell adap that is performing a paged query to specify the page results set.

Which LDAP built-in services are you using? You can also create your own java services which connect to LDAP using custom properties as long as the jars for your LDAP provider are in the IS classpath.

Mark

Hi,
I am in the release 8.2, and the search service has an odd output. the UID is returned as a name of the document. So there no way to catch the values!!!
Ex:
Result
uid=x1,y1
ou=x1
id=y1
uid=x2,y2
ou=x2
id=y2
Have you ever faced this issue?
Thanks