In LiveCycle, users and groups are synchronized from an
LDAP server in batches of 200. When the results returned from an
LDAP server is >= 200, an AutoDetectionLogic is automatically
enabled, which disables the paging if the LDAP server is Oracle
Directory Server Enterprise (previously known as SunOne) edition
5.2 or 6.3.
However, the paging gets enabled for Oracle Directory Server
Enterprise if you have a proxy server acting as Active Directory.
As a result, the synchronization fails with the LDAP: error code 12 – Unavailable Critical Extension error.
To fix this issue, perform the following steps to turn off AutoDetecitonLogic
to prevent LiveCycle from sending any paging request:
Login to LiveCycle administration console using administrator
credentials.
Go to Home > Settings > User Management > Configuration > Manual Configuration.
Export the config.xml file to the filesystem.
Look for the tag entries starting with <entry key="enablePaging" value= present
under nodes named LDAPUserConfig and LDAPGroupConfig for a particular
Enterprise or Hybrid domain.
By default, the entry is <entry key="enablePaging" value="true"/>.
Modify the entry to <entry key="enablePaging" value="false"/>.
Save the config.xml and import it back into LiveCycle.
Note: There is no need to restart application server for the changes
to come into effect.