We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed6450 commit 162fa56Copy full SHA for 162fa56
README.rst
@@ -42,7 +42,7 @@ Available settings
42
LDAP_AUTH_TLS_VERSION = ssl.PROTOCOL_TLSv1_2
43
44
# Specify which TLS ciphers to use.
45
- LDAP_AUTH_TLS_VERSION = "ALL"
+ LDAP_AUTH_TLS_CIPHERS = "ALL"
46
47
# Unspecified TLS keyword arguments applied to the connection on the underlying `ldap3` library.
48
LDAP_AUTH_TLS_ARGS = {}
0 commit comments