LDAPKeyStore
- Last Updated: October 15, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
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