butlerx / rb-ldap-python

Redbrick LDAP CLI
Apache License 2.0
1 stars 0 forks source link

Bump ldap3 from 2.8.1 to 2.9 #66

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ldap3 from 2.8.1 to 2.9.

Changelog

Sourced from ldap3's changelog.

2.9 - 2021.01.24

- new feature: SafeRestartable strategy (SAFE_RESTARTABLE) for using a restartable Connection object in a multi-threading program
- tested against Python 3.9
- added requirements-dev.txt
- fixed logging unicode exceptions in python2.7
- added more granular control over use of reverse dns with Kerberos (thanks Azaria)
- support MS Active Directory persistent search (thanks eLeX)
- added support for LDAP signing when using DIGEST-MD5 authentication (thanks Augustin-FL)
- check only for searchResEntries in LDIF conversion (thanks Jay)
- modify-increment now works properly in mock strategies (thanks Saint-Marcel)
- objectGUID are now converted properly (thanks Janne)
- default timeout in asynchronous strategies raised to 20 seconds
Commits
  • 1fc204d Added configuration for testing against Windows AD 2019 running on an Azure i...
  • a5cc9df fixed tests from command line
  • a0158a7 fixed log encoding for uuid in python 2
  • b24445a refactored rdns.py and testRdns.py for python 2.7 and unittests
  • c1c3bb9 updated uuid validator
  • d67ebe3 rafactored some PRs for working with python 2.7
  • 6a00eaf rafactored some PRs for working with python 2.7
  • 48530ba Merge pull request #899 from Augustin-FL/dev
  • ce36386 Implement LDAP signing (integrity checking) when using DIGEST-MD5 auth
  • 08ff836 removed check of backslash on validators
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)