diff --git a/library/Icinga/Authentication/Auth.php b/library/Icinga/Authentication/Auth.php index e9be6b50f..7fee5b536 100644 --- a/library/Icinga/Authentication/Auth.php +++ b/library/Icinga/Authentication/Auth.php @@ -256,6 +256,7 @@ class Auth $password = $credentials[1]; if ($this->getAuthChain()->setSkipExternalBackends(true)->authenticate($user, $password)) { $this->setAuthenticated($user, false); + $user->setIsHttpUser(true); return true; } else { return false;