Skip to content

Commit

Permalink
Document that TLS options are backend specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Heimes authored and GitHub committed Jun 5, 2020
1 parent a7671d8 commit f8f10a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Doc/reference/ldap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ TLS options

.. py:data:: OPT_X_TLS
.. py:data:: OPT_X_TLS_NEWCTX
.. py:data:: OPT_X_TLS_ALLOW
.. py:data:: OPT_X_TLS_CACERTDIR
Expand All @@ -249,6 +251,12 @@ TLS options
.. py:data:: OPT_X_TLS_TRY
.. note::

OpenLDAP supports several TLS/SSL libraries. OpenSSL is the most common
backend. Some options may not be available when libldap uses NSS, GnuTLS,
or Apple's Secure Transport backend.

.. _ldap-keepalive-options:

Keepalive options
Expand Down

0 comments on commit f8f10a9

Please sign in to comment.