sebo-b / warp

Workspace Autonomous Reservation Program - a system to help you efficiently manage hybrid (assigned, hot-desks, etc) office space.
MIT License
139 stars 60 forks source link

unsupported hash type MD4 ldap #52

Open Hallohome opened 3 months ago

Hallohome commented 3 months ago

Error: unsupported hash type MD4 if you are using ldap with AD Problem: OpenSSL is not providing md4 algorithm anymore Solution: hashlib can use the Crypto module with pycryptodome you have to add pycryptodome to requirements.txt

davidefu commented 3 months ago

made a small PR https://github.com/sebo-b/warp/pull/53