forked from moepman/bk-dss
1
0
Fork 0
Binary Kitchen: Directory Self-Service
Go to file
Markus 46e560cef9 Rename function list to list_users.
The function list shadowed the built-in type list leading to weird
TypeError exceptions in the user creation.

While at it list the users cn before the dn to improve readability.
2016-04-16 21:06:19 +02:00
static Use the correct css.map file. 2016-03-22 13:25:58 +01:00
templates Rename function list to list_users. 2016-04-16 21:06:19 +02:00
.gitignore First working login. 2015-06-17 20:22:52 +02:00
README.md Rename Project. 2016-02-10 16:52:01 +01:00
config.cfg.example Fix user creation. 2016-03-22 00:41:31 +01:00
index.py Rename function list to list_users. 2016-04-16 21:06:19 +02:00
index.wsgi Add very basic templates, style and a handler for '/'. 2015-06-16 21:57:44 +02:00

README.md

Binary Kitchen: Directory Self-Service

Overview

TBA

Requirements

  • py-flask >= 0.10
  • py-flask-wtf >= 0.10
  • py-ldap >= 2.4.15
  • py-redis >= 2.10

Misc

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