Attribute

LDAPEncryptionMethod (LDAPEM)

Purpose

Determines whether data is encrypted and decrypted when transmitted over the network between the driver and LDAP server.

Valid Values

0 | 1

Behavior

If set to 0 (No Encryption), data is neither encrypted nor decrypted.

If set to 1 (SSL), data is encrypted using TLS/SSL. If the LDAP server does not support TLS/SSL, the connection fails and the driver throws an exception.

Notes

  • Connection hangs can occur when the driver is configured for TLS/SSL and the LDAP server does not support TLS/SSL.

Default

No default value

GUI Tab

Advanced Security tab

See Also