mirror of
https://github.com/itsdave-de/msp.git
synced 2026-08-13 23:20:05 -03:00
main
Das von uv gebundelte Python (python-build-standalone) bringt OpenSSL
ohne legacy-Provider mit, weshalb hashlib.new('md4') fehlschlägt. ldap3
braucht MD4 aber für NTLM-Auth gegen AD - sichtbar im Workflow-Schritt
'5. AD Computer-Daten speichern' der MSP Documentation als Fehler
'unsupported hash type MD4'.
- Monkey-Patch in tactical-rmm.py: hashlib.new('md4') fällt auf
pycryptodome's MD4 zurück
- pycryptodome zu requirements.txt hinzugefügt
- Toten Prototyp active_directory_tools.py entfernt (nicht importiert,
Logik längst in tactical-rmm.py:fetch_and_store_ad_user_data übernommen)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
MSP
App for Managed Service Providers
License
GPLv3# msp
Languages
Python
65.6%
JavaScript
30.6%
PowerShell
3.8%