bk-dss/README.md

22 lines
658 B
Markdown
Raw Permalink Normal View History

2016-02-10 16:52:01 +01:00
# Binary Kitchen: Directory Self-Service
2015-06-16 21:45:52 +02:00
## Overview
2019-11-07 22:13:51 +01:00
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.
2015-06-16 21:45:52 +02:00
## Requirements
2019-11-07 22:13:51 +01:00
* Flask >= 1.0.0
* Flask-WTF >= 0.14
2018-10-08 14:16:40 +02:00
* passlib >= 1.7.0
2019-11-07 22:13:51 +01:00
* python-ldap >= 3.1.0
* redis >= 3.1.0
2015-06-16 22:26:10 +02:00
2017-03-20 16:56:56 +01:00
## uWSGI
2019-02-12 09:42:07 +01:00
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.
2017-03-20 16:56:56 +01:00
2015-06-16 22:26:10 +02:00
## Misc
Source code is under MIT license, powered by Flask and Bootstrap.