added LDAP authorization for web interface
This commit is contained in:
parent
1478e6fdb1
commit
b6b9a847f4
|
@ -8,6 +8,8 @@ config BR2_PACKAGE_PYTHON_DOOR_ADMIN
|
|||
select BR2_PACKAGE_PYTHON_FLASK_WTF
|
||||
select BR2_PACKAGE_PYTHON_FLASK_SECURITY_TOO
|
||||
select BR2_PACKAGE_PYTHON_FLASK_SQLALCHEMY
|
||||
select BR2_PACKAGE_PYTHON_LDAP3
|
||||
select BR2_PACKAGE_PYTHON_EMAIL_VALIDATOR
|
||||
help
|
||||
Simple web interface for door token adminstration
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PYTHON_DOOR_ADMIN_VERSION = 0.0.5
|
||||
PYTHON_DOOR_ADMIN_VERSION = 0.0.6
|
||||
PYTHON_DOOR_ADMIN_SOURCE = door_admin_v$(PYTHON_DOOR_ADMIN_VERSION).tar.gz
|
||||
PYTHON_DOOR_ADMIN_SITE = https://git.imaginaerraum.de/Telos4/DoorAdmin/archive
|
||||
PYTHON_DOOR_ADMIN_LICENSE = GPL-3.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4b2a0a6e2b1373ae7f7eccb1e7ed05b442af22a0
|
||||
Subproject commit 2b3ceddd87aa8593fe8cb39304e7dd56b3c0fc0b
|
Loading…
Reference in New Issue
Block a user