mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] additionnal_header default value
This commit is contained in:
parent
71c0903431
commit
ccafd26a00
1 changed files with 1 additions and 2 deletions
|
@ -45,8 +45,7 @@ default_conf = {
|
|||
ldap_group = "ou=users,dc=yunohost,dc=org",
|
||||
ldap_identifier = "uid",
|
||||
ldap_attributes = {"uid", "givenname", "sn", "cn", "homedirectory", "mail", "maildrop"},
|
||||
allow_mail_authentication = true,
|
||||
additional_headers = { Remote-user = "uid" }
|
||||
allow_mail_authentication = true
|
||||
}
|
||||
|
||||
for param, default_value in pairs(default_conf) do
|
||||
|
|
Loading…
Reference in a new issue