Skip to content

Document that TLS options are backend specific #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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