Exploring a SUNONE 5.2.4 endpoint via provisioning manager or ldapsearch.exe fetches partial results.
1. Created SUNONE endpoint type using ConnectorXpress
2. Created SUNONE_ENDPOINT which has more than 3000 accounts in the people OU
3. When exploring accounts from the created endpoint, the count returned is only 201.
This happens when connector is turning forced paging on by default. You will have to turn off forced paging by following these steps:
%jcs-home%/conf/override/jndi/connector.xml
<property name="allowMetadataModify">
<value>true</value>
</property>
<!-- add this -->
<property name="forcePagedResults">
<value>false</value>
</property>