Skip to content
/ bk-dss Public

Binary Kitchen: Directory Self-Service

License

Notifications You must be signed in to change notification settings

moepman/bk-dss

Folders and files

NameName
Last commit message
Last commit date
Sep 13, 2024
Sep 13, 2024
Jan 6, 2023
Apr 1, 2019
Nov 7, 2019
Jan 6, 2023
Sep 13, 2024
Sep 13, 2024
Feb 12, 2019

Repository files navigation

Binary Kitchen: Directory Self-Service

Overview

This Directory Self-Service is intended as a portal that allow Users to change their LDAP passwords and also supports the creations of new users based on a simple template.

Requirements

  • Flask >= 1.0.0
  • Flask-WTF >= 0.14
  • passlib >= 1.7.0
  • python-ldap >= 3.1.0
  • redis >= 3.1.0

uWSGI

To use dss with uWSGI create a file called uwsgi.ini from the provided example and change the socket and optinally the chdir,uid and gid settings. You can use /usr/bin/uwsgi --ini /path/to/dss/uwsgi.ini to start your instance.

Misc

Source code is under MIT license, powered by Flask and Bootstrap.