The information on this page refers to License Statistics v6.6 or newer, which introduced the License Statistics Manager, a tool that replaces direct editing of the xflicstat.cfg configuration file for Windows installations. If you are using an earlier version of License Statistics, please refer to the documentation for releases prior to v6.6.

For Windows, the LDAP SSL connection is configured using the License Statistics Manager. For Linux, the LDAP SSL connection is configured in the xflicstat.cfg file.

LDAP configuration settings (Windows)

For Windows, use the LDAP section of the License Statistics Manager Configuration Settings to review and modify your LDAP configuration.


LDAP configuration settings (Linux)

The LDAP settings in the configuration file (xflicstat.cfg) include the following.

SettingDefaultDescription
LDAP_SSL_CERTIFICATE_KEY_FILE emptyPath to file with certificate.
LDAP_SSL_CERTIFICATE_VERIFY demandDefines if LDAP server certificate should be verified. To turn verification on, set this to 'demand'; to turn verification off, set this to 'allow'.
LDAP_SSL_KEYSTORE emptyPath to keystore containing server certificate.
LDAP_SSL_KEYSTORE_PASSWORD changeitPassword to keystore.

Configuration notes

If you only need to encrypt data sent between License Statistics and the LDAP server, set the certificate verification to "allow." This way, communication will be encrypted, but the LDAP server certificate won't be verified.

If you want to increase security, set the certificate verification to "demand." In most cases, this should be sufficient, because License Statistics has root certificates from most Certified Authorities (CAs) and is able to verify server certificates with them. However, if the server certificate was not issued by one of our supported CAs (e.g., because it was generated from your company's internal root certificate), you will need to provide an LDAP server certificate to License Statistics. There are two ways to do this, as described below.

Method 1: Use the certificate file.

This is the easiest, recommended method.

Windows: Use the Certificate Browse button to select the server root or intermediate certificate file to the License Statistics host.

Linux: Copy the server root or intermediate certificate file to the License Statistics host, and provide the path to this file under LDAP_SSL_CERTIFICATE_KEY_FILE in the xflicstat.cfg file.

Example
LDAP_SSL_CERTIFICATE_KEY_FILE = C:\MyDirectory\certificate.cer
LDAP_SSL_CERTIFICATE_VERIFY = demand

Method 2: Use the keystore with a loaded certificate.

If you already have a JKS or PKCS12 keystore that contains an LDAP server certificate, you can provide the path using this method.

Windows: Use the Keystore Browse button to select the keystore.

Linux: Copy the path to the keystore under the LDAP_SSL_KEYSTORE setting, and enter the keystore password under the LDAP_SSL_KEYSTORE_PASSWORD setting.

Example
LDAP_SSL_CERTIFICATE_VERIFY = demand
LDAP_SSL_KEYSTORE = C:\MyDirectory\keystore.p12
LDAP_SSL_KEYSTORE_PASSWORD = Password123
  • No labels