mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
doorlockd: remove superfluous code
No more users, drop it. Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
147c4cff0c
commit
7e26fa0cd6
@ -60,11 +60,6 @@ date_fmt = '%Y-%m-%d %H:%M:%S'
|
||||
log_fmt = '%(asctime)-15s %(levelname)-8s %(message)s'
|
||||
log = logging.getLogger()
|
||||
|
||||
default_ldap_uri = 'ldaps://ldap1.binary.kitchen/ ' \
|
||||
'ldaps://ldap2.binary.kitchen/ ' \
|
||||
'ldaps://ldapm.binary.kitchen/'
|
||||
default_binddn = 'cn=%s,ou=people,dc=binary-kitchen,dc=de'
|
||||
|
||||
webapp = Flask(__name__,
|
||||
template_folder=template_folder,
|
||||
static_folder=static_folder)
|
||||
|
@ -3,7 +3,6 @@ SIMULATE_SERIAL = False
|
||||
SIMULATE_LDAP = False
|
||||
RUN_HOOKS = True
|
||||
SOUNDS = True
|
||||
SECRET_KEY = 'foobar'
|
||||
|
||||
LDAP_CA = './ssl/BKCA.crt'
|
||||
LDAP_URI = 'ldaps://ldap1.binary.kitchen'
|
||||
|
Loading…
Reference in New Issue
Block a user