add working oauth and ldap client

This commit is contained in:
Jens Langhammer
2018-11-11 13:41:48 +01:00
parent 935155ce94
commit 5aa245cac0
212 changed files with 198506 additions and 0 deletions

View File

@ -0,0 +1,3 @@
"""Passbook ldap app Header"""
__version__ = '0.0.1-alpha'
default_app_config = 'passbook.ldap.apps.PassbookLdapConfig'