From 5157415ce3f03a2b3ea2f25843a0e1341430ef81 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 23 May 2017 07:26:41 +0200 Subject: [PATCH] [fix] remove tabs --- helpers.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helpers.lua b/helpers.lua index db87a8b..c42d020 100644 --- a/helpers.lua +++ b/helpers.lua @@ -335,10 +335,10 @@ function set_headers(user) -- fetch it. if not cache:get(user.."-"..conf["ldap_identifier"]) then ldap = lualdap.open_simple( - conf["ldap_host"], - conf["ldap_identifier"].."=".. user ..","..conf["ldap_group"], - cache:get(user.."-password") - ) + conf["ldap_host"], + conf["ldap_identifier"].."=".. user ..","..conf["ldap_group"], + cache:get(user.."-password") + ) ngx.log(ngx.NOTICE, "Reloading LDAP values for: "..user) for dn, attribs in ldap:search { base = conf["ldap_identifier"].."=".. user ..","..conf["ldap_group"],