Attribute

LDAPTrustStore (LDAPTS)

Purpose

Specifies the absolute path to the truststore file used when TLS/SSL encryption is enabled for connections to the LDAP server (LDAPEncryptionMethod=1). The truststore file contains certificates that the client uses to verify the LDAP server's certificate.

Valid values

string

where:

string
is the absolute path to the truststore file.

Notes

  • This property is ignored if ValidateServerCertificate=0.
  • The driver supports only the .pem file format for the keystore files.
  • For more information on truststores and TLS/SSL encryption, see "TLS/SSL encryption".

Default

No default value

GUI Tab

Advanced Security tab

See Also