Yang Qian
Yang Qian
1. replase optparse with argparse because we introduced mutually exclusive options 2. refactor `runfile` so we can make block FIFO works 3. add `-s` option to print stacktrace for all...
ldap3 version: 2.9.1 Python: 3.8.10 When I trying to search with filter "(objectguid=db6ffb06-5c7e-432d-a899-7eda79866582)" I got the following error: ``` adagent.domains.connection Operation on LDAP connection[TMP-windows-i3i4uf5.ucc.local] failed Severity=ERROR Traceback (most recent call...
Client: Ubuntu 20.04 Server: Windows Server 2019 ldap3 version: 2.9.1 Issue description: When I connect to the server by using LDAPS + KerberosAuth, it works fine. However, in some cases,...
Kerbros -> Kerberos Signed-off-by: Yang Qian
## What do these changes do? When closing the connector, only the connections which are closed abort the transport. The connections which are available or acquired do not abort the...