mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Avoid lua error in helpers.lua: for k, v in pairs(conf["additional_headers"]) do
This commit is contained in:
parent
d1c53a6e1b
commit
1d3ee78cba
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ function get_config()
|
|||
skipped_urls = {},
|
||||
users = {},
|
||||
ldap_attributes = {"uid", "givenname", "sn", "cn", "homedirectory", "mail", "maildrop"},
|
||||
additional_headers = {["Remote-User"] = "uid"},
|
||||
allow_mail_authentication = true,
|
||||
default_language = "en"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue