Better handling of unknown UIDs

This commit is contained in:
Ondrej Mikle 2014-07-21 14:18:44 +02:00
parent 16a5f149b4
commit 703c214421
2 changed files with 8 additions and 2 deletions

View file

@ -1,9 +1,12 @@
# auth_db_filename - sqlite filename of authorized UIDs, create with create_authenticator_db.py
# lock_opened_secs - how long lock should be held open in seconds, default 5
# unknown_uid_timeout_secs - how long to wait after scanning unknown UID -
# prevents too many messages
# log_file - logs read UIDs and when was lock opened, use - for stderr
# log_level - minimum log level - one of debug, info, warn, error, fatal, default info
[brmdoor]
auth_db_filename = test_uids_db.sqlite
#lock_opened_secs = 5
#unknown_uid_timeout_secs = 5
log_file = -
#log_level = info