When running pdm_ldap_sync or when running pdm_ldap_import, the functions timeouts. In the stdlogs or from the command line, you will see the following error:
5:09/05 06:00:21.11 CA_SERVICEDESK ldap_sync 5392 ERROR ldap_sync.c 328 pdm_ldap_sync: Method 'got_ldap_domset' in Contact_Object failed (ldap_get_next_page() error: (Timeout))
or
ldap_get_next_page() ERROR(Timeout)
The cause of the issue can be because LDAP client was exceeded while waiting for a result
1) Increase and install ldap_agents under Admin tab-> Option Manager->ldap-> num_ldap_agents
Install and Increase the value to 4
2) Install the following variable
a. pdm_options_mgr -c -s LDAP_TIMEOUT -v 120 -a pdm_option.inst
b. (the 2nd run is prevent the value defaulting to oob value after running pdm_configure)
pdm_options_mgr -c -s LDAP_TIMEOUT -v 120 -a pdm_option.inst -t
3)Both options will need a ServiceDesk Recycle in order to be enabled.