Ingest a dumped OpenLDAP ldif into neo4j to be visualized in Bloodhound.
Usage:
./ldif_to_neo4j.py ./sample.ldif | cypher-shell -u neo4j -p password
This script will WIPE the neo4j database before writing to it.
Could require heavy modifications depending on the LDAP data.
Read more on the dedicated blogpost
python3-ldap
NOT python3-ldap3