Purpose

Specifies the absolute path to the keystore file used when TLS/SSL encryption is enabled for connections to the LDAP server (LDAPEncryptionMethod=SSL). The keystore file contains certificates that the client presents to the LDAP server in response to the LDAP server’s certificate request.

Valid values

string

where:

string
is the absolute path to the keystore file.

Notes

  • The value specified for this property overrides the value specified for the KeyStore property. If a value is not specified for this property, the value specified for the KeyStore property is used. If neither LDAPKeyStore nor KeyStore is specified, the value specified for the javax.net.ssl.keyStore Java system property is used.

  • This property is ignored if LDAPValidateServerCertificate=false.
  • For more information on keystores and TLS/SSL encryption, see "Data Encryption".

Data source method

setLDAPKeyStore

Default

None

Data type

String

See also

Using LDAP

Data encryption