From 162fa568ed86d4090dbbba30b9ead66454215c52 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Mon, 29 Jul 2024 19:55:52 +0100 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1ea898a..9ec6b4e 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Available settings LDAP_AUTH_TLS_VERSION = ssl.PROTOCOL_TLSv1_2 # Specify which TLS ciphers to use. - LDAP_AUTH_TLS_VERSION = "ALL" + LDAP_AUTH_TLS_CIPHERS = "ALL" # Unspecified TLS keyword arguments applied to the connection on the underlying `ldap3` library. LDAP_AUTH_TLS_ARGS = {}