mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Avoid lua error in helpers.lua: if not conf["users"][user] then
This commit is contained in:
parent
db9059a55c
commit
7698e778cf
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue