-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.10 with ldap3.NTLM - unsupported hash type MD4 #1038
Comments
Related bug track mentioned here. It seems this is related to I've made the suggested changes to my |
See #1051 for an explanation and a possible workaround (manually installing |
pip3 install pycryptodome --break-system-packages |
Receiving "unsupported hash type MD4" error. Per this GitHub issue, cannatag/ldap3#1038, adding pycryptodome will unblock that error
Receiving "unsupported hash type MD4" when trying to auto-join the domain controller. Per this issue (cannatag/ldap3#1038) with the ldap Python library, adding pycryptodome==3.18.0 to the requirements.txt fixes the issue.
FIX: ValueError: unsupported hash type MD4
Ubuntu 22.04 / Python 3.10.4 / ldap3==2.9 with authentication=ldap3.NTLM
Exception:
Error: unsupported hash type MD4
The text was updated successfully, but these errors were encountered: