Exploring a SUNONE 5.2.4 endpoint via Provisioning Manager or ldapsearch.exe fetches partial results
search cancel

Exploring a SUNONE 5.2.4 endpoint via Provisioning Manager or ldapsearch.exe fetches partial results

book

Article ID: 41772

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Risk Analytics CA Secure Cloud SaaS - Arcot A-OK (WebFort) CLOUDMINDER ADVANCED AUTHENTICATION CA Secure Cloud SaaS - Advanced Authentication CA Secure Cloud SaaS - Identity Management CA Secure Cloud SaaS - Single Sign On

Issue/Introduction

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.

Environment

Release:
Component: IDMGR

Resolution

This happens when connector is turning forced paging on by default. You will have to turn off forced paging by following these steps:

 

  1. Copy %jcs-home%/conf/override/jndi/SAMPLE.connector.xml to

%jcs-home%/conf/override/jndi/connector.xml

 

  1. Add the section below after the following text in the connector.xml just created:

<property name="allowMetadataModify">

<value>true</value>

</property>

 

<!-- add this -->

<property name="forcePagedResults">

<value>false</value>

</property>

 

 

  1. Restart the JCS, do this on all nodes.