Troubleshooting LDAP connectivity issues

Troubleshoot the LDAP connectivity issues.

About this task

Procedure

  1. Log in to BigFix Inventory as a non-LDAP user.
  2. Click Management > Directory Services, select the directory server and then click Test Connection.

    If a "connect error" message is displayed, or if an error message states that the current certificate is not trusted but the displayed subject common name and fingerprint fields are empty, complete these steps:

    Figure 1. LDAP connectivity error
    1. Go to <INSTALL_DIR>/wlp/usr/servers/server1/logs and review the tema.log file for additional information.
    2. Go to <INSTALL_DIR>/wlp/usr/servers/server1 and review the jvm.options file. Ensure that the following line exists to the jvm.options file and restart BigFix Inventory:
      -Dcom.ibm.jsse2.overrideDefaultCSName=true
      This line is added by default in BigFix Inventory version 10.0.5 or newer.
      Note: Backup the files before you modify the files.
  3. If the issue persists, add the following lines to the jvm.options file and restart BigFix Inventory:
    -Dcom.unboundid.util.SSLUtil.defaultSSLProtocol=TLSV1.2
    -Dcom.unboundid.util.SSLUtil.enabledSSLProtocols=TLSV1.2
  4. Accept the current certificate and save the certificate only if the displayed subject common name and fingerprint fields are not empty and contain valid values.

Results

The LDAP connectivity issue is resolved.