Can the Foglight Management Server (FMS) use LDAPS (secure LDAP on port 636) instead of basic LDAP (port 389) to integrate with Active Directory?
How to encrypt the communication between the Foglight Management Server and the LDAP server?
Yes, Foglight supports the use of secure LDAP (LDAPS). It is necessary to configure the TrustStore properly for an encrypted LDAP connection.
Use the following instructions if you need to encrypt communication between the Management Server and the LDAP server.
To encrypt communication between Management Server and LDAP:
[foglight_home]/jre/lib/security/cacerts
(default password: changeit), with the following command:
[foglight_home]/jre/bin/keytool -import -trustcacerts -alias [alias_of_cert] -keystore [path_to_cacerts] -storepass changeit -file [path_to_cert_file]
Note: In non-FIPS mode, to be compatible with former Foglight versions, Foglight uses JRE TrustStore as the default TrustStore. The default TrustStore will NOT be preserved during Foglight upgrade. Foglight also support a separate TrustStore, which will be preserved during upgrade. For more information refer to the Importing self-signed certificates to Foglight TrustStore section in any of the Foglight Installation Guides.
Note: The port number for LDAP over SSL is usually 636. Confirm the correct port number with your LDAP server administrator.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center