LDAPTrustStore
- Last Updated: October 15, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
Purpose
Specifies the absolute path to the truststore file used when TLS/SSL
encryption is enabled for connections to the LDAP server (LDAPEncryptionMethod=SSL). 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
-
The value specified for this property overrides the value specified for the TrustStore property. If a value is not specified for this property, the value specified for the TrustStore property is used. If neither LDAPTrustStore nor TrustStore is specified, the value specified for the javax.net.ssl.trustStore Java system property is used. If none of them are specified, the connection fails.
- This property is ignored if LDAPValidateServerCertificate=
false. - For more information on truststores and TLS/SSL encryption, see "Data Encryption".
Data source method
setLDAPTrustStore
Default
None
Data type
String