A minimalistic OpenLDAP admin frontend for managing users and groups.
Go to file
2022-11-09 14:45:47 +01:00
lumi2 feat(ldap): add functions to read and update OUs 2022-11-09 14:44:38 +01:00
tests feat(tests): add pytest and write unit tests 2022-11-09 14:45:47 +01:00
.gitignore feat: add base files 2022-11-07 22:17:05 +01:00
docker-compose.yml feat(ldap): add app config validity assertions 2022-11-08 13:21:55 +01:00
Dockerfile feat: add base files 2022-11-07 22:17:05 +01:00
pytest.ini feat(tests): add pytest and write unit tests 2022-11-09 14:45:47 +01:00
README.md docs: add README 2022-11-04 10:12:58 +01:00
requirements.txt feat(tests): add pytest and write unit tests 2022-11-09 14:45:47 +01:00

Lumi2 (LDAP user management interface)

Lumi2 is a web application for managing users and user groups present on an OpenLDAP server. It provides a web-interface for administrators to create/read/update/delete organization users and user groups, and to allow basic account self-service for organization members themselves. Lumi is written in Python, using the Flask web framework.

The motivation for Lumi is for it to provide a more user-friendly interface than PhpLdapAdmin, however it is not a replacement.