Skip to content

Commit

Permalink
Added patch to add pycryptodome as a requirement so that ntlm ldap co…
Browse files Browse the repository at this point in the history
…nnection works
  • Loading branch information
c8y3 committed Sep 27, 2023
1 parent 74f81dd commit e1d8ea1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.7.1](https://github.com/airbus-cyber/iris-httpsend-module/compare/0.7.0...0.7.1)
### Bug Fixes
* updated patch to automatically add/remove users' groups from ldap: added variable LDAP_GROUP_BASE_DN. Users will be added only to groups with this DN. Missing groups in IRIS will be created from LDAP.
* added patch to add pycryptodome as a requirement so that ntlm ldap connection works (see https://github.com/cannatag/ldap3/issues/1051)

## [0.7.0](https://github.com/airbus-cyber/iris-httpsend-module/compare/0.6.1...0.7.0)
### Features
Expand Down
12 changes: 12 additions & 0 deletions patches/ntlm_pycryptomode.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/source/requirements.txt b/source/requirements.txt
index 780582d7..9544939e 100644
--- a/source/requirements.txt
+++ b/source/requirements.txt
@@ -32,6 +32,7 @@ PyJWT==2.4.0
cryptography>=39.0.1
ldap3==2.9.1
pyintelowl>=4.4.0
+pycryptodome

dependencies/docx_generator-0.8.0-py3-none-any.whl
dependencies/iris_interface-1.2.0-py3-none-any.whl

0 comments on commit e1d8ea1

Please sign in to comment.