ADO.NET Provider for LDAP

Build 25.0.9434

UseSSL

Specifies whether SSL is used to secure the connection to the LDAP server. Enabling this property ensures that communication between the client and server is encrypted.

データ型

bool

デフォルト値

false

解説

This property specifies whether the connection to the LDAP server should be encrypted using SSL. If set to true, SSL is used to secure the connection. By default, this property is set to false, meaning SSL is not enforced.

However, note the following about LDAP standard ports:

  • Port 636: This port is always encrypted as it is the standard LDAP SSL port. SSL is automatically applied when this port is used, even if this property is set to false.
  • Port 389: This port is typically used for unencrypted connections.

If the 本製品 connects to an encrypted endpoint, SSL is automatically used regardless of the value of this property. Ensure that your LDAP server supports SSL if you enable this property.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434