Attribute

LDAPCryptoProtocolVersion (LDAPCPV)

Purpose

Specifies a cryptographic protocol or comma-separated list of cryptographic protocols that can be used when TLS/SSL encryption is enabled for connections to the LDAP server (LDAPEncryptionMethod=1).

Valid Values

cryptographic_protocol [[, cryptographic_protocol ]...]

where:

cryptographic_protocol
is one of the following cryptographic protocols:

TLSv1.3 | TLSv1.2 |

Example

If your server supports TLSv1.3 and TLSv1.2, you can specify acceptable cryptographic protocols with the following key-value pair:
LDAPCryptoProtocolVersion=TLSv1.3,TLSv1.2

Notes

  • When multiple protocols are specified, the driver uses the highest version supported by the server. If none of the specified protocols are supported by the server, the connection fails and the driver returns an error.

Default

TLSv1.3,TLSv1.2

GUI Tab

Advanced Security tab

See Also