Skip to content

Commit 162fa56

Browse files
authored
Update README.rst
1 parent 1ed6450 commit 162fa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Available settings
4242
LDAP_AUTH_TLS_VERSION = ssl.PROTOCOL_TLSv1_2
4343
4444
# Specify which TLS ciphers to use.
45-
LDAP_AUTH_TLS_VERSION = "ALL"
45+
LDAP_AUTH_TLS_CIPHERS = "ALL"
4646
4747
# Unspecified TLS keyword arguments applied to the connection on the underlying `ldap3` library.
4848
LDAP_AUTH_TLS_ARGS = {}

0 commit comments

Comments
 (0)