LDAPTrustStorePassword
- Last Updated: October 15, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
Purpose
Specifies the password that is used to access the truststore file when
TLS/SSL encryption is enabled for connections to the LDAP server (LDAPEncryptionMethod=SSL).
Valid values
string
where:
- string
- is a valid password for the truststore file.
Notes
-
The value specified for this property overrides the value specified for the TrustStorePassword property. If a value is not specified for this property, the value specified for the TrustStorePassword property is used. If neither LDAPTrustStorePassword nor TrustStorePassword is specified, the value specified for the javax.net.ssl.trustStorePassword 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
setLDAPTrustStorePassword
Default
None
Data type
String