Closed Maltemo closed 2 months ago
After discussion, ldap3
library fixed this problem but didn't push the update yet.
pycryptodome
shouldn't be added on this project directly as this is a sub-dependency.
Temporary fix is available here, but shouldn't be pushed. I close the issue.
This issue was already raised in https://github.com/dirkjanm/ldapdomaindump/pull/66 but was never merged.
I got this error while running ldapdomaindump. The problem comes from ldap3 dependency. I don't know why
pycryptodome
isn't installed with this dependency.It has
pycryptodomex
dependency, which is the same aspycryptodome
https://github.com/cannatag/ldap3/blob/dev/requirements.txtTo solve this dependency problem, I added in
requirements.txt
file :pycryptodome
.I'm no sure it solves the root cause of the problem. If you have a better understanding of the situation, don't hesitate to tell me and I'll try to fix it.
Best regards