Skip to content
Snippets Groups Projects
Select Git revision
  • 68adf721e0266b37d01a2ff97e0867a92dec6d7c
  • master default protected
  • ldap_user_conn_test
3 results

uffd

Forked from uffd / uffd
367 commits behind the upstream repository.
Julian Rother's avatar
Julian authored
Also removed border from the output of the qrcode_svg filter.
68adf721
History

uffd

This is the UserFerwaltungsFrontend. A web service to manage LDAP users, groups and permissions.

dependencies

  • python3
  • python3-ldap3
  • python3-flask
  • python3-flask-sqlalchemy
  • python3-qrcode
  • python3-fido2
  • git (cli utility, musst be in path)

development

During development, you may want to enable LDAP mocking, as you otherwise need to have access to an actual LDAP server with the required schema. You can do so by setting LDAP_SERVICE_MOCK=True in the config. Afterwards you can login as a normal user with "testuser" and "userpassword", or as an admin with "testadmin" and "adminpassword". Please note that the mocked LDAP functionality is very limited and many uffd features do not work correctly without a real LDAP server.

deployment

Use uwsgi.

python style conventions

tabs.