Avoid lua error in helpers.lua: if not conf["users"][user] then

This commit is contained in:
Y 2017-09-17 16:19:29 +02:00
parent db9059a55c
commit 7698e778cf

View file

@ -52,6 +52,7 @@ function get_config()
ldap_identifier = "uid",
ldap_enforce_crypt = true,
skipped_urls = {},
users = {},
ldap_attributes = {"uid", "givenname", "sn", "cn", "homedirectory", "mail", "maildrop"},
allow_mail_authentication = true,
default_language = "en"