We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7129bd1 commit c51de8eCopy full SHA for c51de8e
stubs/ldap3/ldap3/core/connection.pyi
@@ -70,7 +70,7 @@ class Connection:
70
server: Server | str | _ServerSequence | ServerPool,
71
user: str | None = None,
72
password: str | None = None,
73
- auto_bind: Literal["DEFAULT", "NONE", "NO_TLS", "TLS_BEFORE_BIND", "TLS_AFTER_BIND"] = "DEFAULT",
+ auto_bind: Literal["DEFAULT", "NONE", "NO_TLS", "TLS_BEFORE_BIND", "TLS_AFTER_BIND"] | bool = "DEFAULT",
74
version: int = 3,
75
authentication: Literal["ANONYMOUS", "SIMPLE", "SASL", "NTLM"] | None = None,
76
client_strategy: Literal[
0 commit comments