Skip to content

Commit f8f10a9

Browse files
authored
Document that TLS options are backend specific
#338 Fixes: #301
1 parent a7671d8 commit f8f10a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/reference/ldap.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ TLS options
223223

224224
.. py:data:: OPT_X_TLS
225225
226+
.. py:data:: OPT_X_TLS_NEWCTX
227+
226228
.. py:data:: OPT_X_TLS_ALLOW
227229
228230
.. py:data:: OPT_X_TLS_CACERTDIR
@@ -249,6 +251,12 @@ TLS options
249251
250252
.. py:data:: OPT_X_TLS_TRY
251253
254+
.. note::
255+
256+
OpenLDAP supports several TLS/SSL libraries. OpenSSL is the most common
257+
backend. Some options may not be available when libldap uses NSS, GnuTLS,
258+
or Apple's Secure Transport backend.
259+
252260
.. _ldap-keepalive-options:
253261

254262
Keepalive options

0 commit comments

Comments
 (0)