Purpose

Specifies the password that is used to access the keystore file 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 a valid password.

Notes

  • The keystore and truststore files can be the same file.
  • The value specified for this property overrides the value specified for the KeyStorePassword property. If a value is not specified for this property, the value specified for the KeyStorePassword property is used. If neither LDAPKeyStorePassword nor KeyStorePassword is specified, the value specified for the javax.net.ssl.keyStorePassword Java system property is used.

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

Data source method

setLDAPKeyStorePassword

Default

None

Data type

String