Skip to content

omerule/knoper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

(ActiveDirectory)-[:Python]->(Neo4j)

Version: nr1 "First Make it work."

This script is for retrieving ActiveDirectory objects and insert these objects in a Neo4j Graph database to visualize there relationships based on groupmembership.

For this script I used Fedora >= 27, ActiveDirectory, a Domain account, Neo4j, Python. This is the first version tested on a small ActiveDirectory.

To run the script on Linux you need to make it executable first with chmod +x {scriptname}. Then and open the script with a texteditor and adjust the values of the fields with {} and save the file. You can run it with ./{scriptname} if there are no errors, the Neo4j GraphDB is filled. Now you can go to the graph database with https://localhost:7474. And query MATCH x=()-[:member]->() RETURN x LIMIT 30;.

About

ActiveDirectory to Neo4j

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages