From 7698e778cf87e77b2d3cbc14f2316900dbd1dc15 Mon Sep 17 00:00:00 2001 From: Y Date: Sun, 17 Sep 2017 16:19:29 +0200 Subject: [PATCH] Avoid lua error in helpers.lua: if not conf["users"][user] then --- config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config.lua b/config.lua index e2dcb55..4d0eac0 100644 --- a/config.lua +++ b/config.lua @@ -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"