Commit Graph
5 Commits
Author SHA1 Message Date
D.MalinowskiandClaude Opus 4.7 87278edfe3 fix(ldap): MD4-Fallback für NTLM-Auth gegen Active Directory
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>
2026-04-30 09:50:11 +02:00
Luiz Costa 89858135f8 add pandas python requirements 2024-05-31 10:53:56 +01:00
Dave eed95e596f urbaxkup wip 2023-01-18 23:10:22 +01:00
David Malinowski 7374e1a6b5 Add Password Generator
Add CIDR Netmasks
2021-03-29 15:19:44 +02:00
David Malinowski 4f7b75dbe5 initial commit 2021-03-24 01:36:20 +01:00