1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-09-21 13:34:52 +02:00
doorlockd-mirror/doorlockd-new/config.cfg
Ralf Ramsauer f72f731b59 doorlockd.py: Add LDAP authentication support
Shamelessly copied from moep's DSS tool.

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
Cc: Markus Hauschild <moepman@binary-kitchen.de>
2018-03-22 23:36:46 +00:00

13 lines
253 B
INI

DEBUG = True
SIMULATE = True
RUN_HOOKS = False
SECRET_KEY = 'foobar'
LDAP_CA = './ssl/BKCA.crt'
LDAP_URI = 'ldaps://ldap1.binary.kitchen'
LDAP_BINDDN = 'cn=%s,ou=people,dc=binary-kitchen,dc=de'
BOOTSTRAP_SERVE_LOCAL = True
SERIAL_PORT = '/dev/ttyS0'