summaryrefslogtreecommitdiff
path: root/app/Auth/ReverseProxy.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-06 14:28:06 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-06 14:28:06 -0400
commitb0994ba68e7cbaa077d81006fb0f25bcbd049353 (patch)
tree218b4a1e289f1e6d05ca774486d3d259a4e5dfa7 /app/Auth/ReverseProxy.php
parent3c0b56bc0214d2b0ad561a9001240ae73dea8e64 (diff)
Add unit tests for LDAP and ReverseProxy auth
Diffstat (limited to 'app/Auth/ReverseProxy.php')
-rw-r--r--app/Auth/ReverseProxy.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Auth/ReverseProxy.php b/app/Auth/ReverseProxy.php
index c8fd5eec..7818254c 100644
--- a/app/Auth/ReverseProxy.php
+++ b/app/Auth/ReverseProxy.php
@@ -28,7 +28,6 @@ class ReverseProxy extends Base
public function authenticate()
{
if (isset($_SERVER[REVERSE_PROXY_USER_HEADER])) {
-
$login = $_SERVER[REVERSE_PROXY_USER_HEADER];
$user = $this->user->getByUsername($login);