mirror of https://github.com/moepman/bk-dss
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
static | 3 years ago | |
templates | 5 months ago | |
.gitignore | 5 months ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
config.cfg.example | 5 months ago | |
dss.py | 3 years ago | |
requirements.txt | 4 years ago | |
uwsgi.ini.example | 4 years ago |
README.md
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.