Generates a user-group matrix from an Univention Directory Manager export
- Create a UDM dump using
univention-directory-manager users/user list > userdump.txt
- Run
pipenv install
andpipenv shell
. - Run
main.py
. It outputs CSV-data to stdout that you can redirect to disk and open with your favorite spreadsheet tool. It also generates a graphical representation using matplotlib and saves that tomatrix.png
.