mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-14 19:25:26 +01:00
Ralf Ramsauer
f72f731b59
Shamelessly copied from moep's DSS tool. Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de> Cc: Markus Hauschild <moepman@binary-kitchen.de>
13 lines
253 B
INI
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'
|