File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ TLS options
349
349
.. py :data :: OPT_X_TLS_REQUIRE_SAN
350
350
351
351
get/set how OpenLDAP validates subject alternative name extension,
352
- available in OpenSSL 2.4.52 and newer.
352
+ available in OpenLDAP 2.4.52 and newer.
353
353
354
354
:py:const: `OPT_X_TLS_NEVER `
355
355
Don't check SAN
@@ -422,7 +422,7 @@ TLS options
422
422
.. py :data :: OPT_X_TLS_PROTOCOL_MAX
423
423
424
424
get/set maximum protocol version (wire protocol version as int),
425
- available in OpenSSL 2.5 and newer.
425
+ available in OpenLDAP 2.5 and newer.
426
426
427
427
.. versionadded :: 3.4.1
428
428
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ license_file = LICENCE
16
16
17
17
# These defines needs OpenLDAP built with
18
18
# ./configure --with-cyrus-sasl --with-tls
19
- defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
19
+ defines = HAVE_SASL HAVE_TLS
20
20
21
21
extra_compile_args =
22
22
extra_objects =
You can’t perform that action at this time.
0 commit comments