Add out header

master
Евгений Макаров 2021-07-17 00:06:28 +05:00
parent 0182a4676a
commit 287c65d0f2
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ function _M.run(wsapi_env)
return 403, {}, "" return 403, {}, ""
end end
return 200, {}, "" return 200, {["X-LDAP-Auth-Login"] = string.lower(login)}, ""
end end
return _M return _M