https://github.com/moepman/bk-dss
Binary Kitchen: Directory Self-Service
https://github.com/moepman/bk-dss
flask ldap python
Last synced: about 2 months ago
JSON representation
Binary Kitchen: Directory Self-Service
- Host: GitHub
- URL: https://github.com/moepman/bk-dss
- Owner: moepman
- License: isc
- Created: 2015-06-16T19:39:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T13:14:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T20:18:40.997Z (over 1 year ago)
- Topics: flask, ldap, python
- Language: Python
- Homepage:
- Size: 557 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.