Commit d2c9c018 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1356 Revert "ZP-836 Log output without impersonated user."

This reverts commit 6434b66b.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 6434b66b
...@@ -148,7 +148,7 @@ class BackendKopano implements IBackend, ISearchProvider { ...@@ -148,7 +148,7 @@ class BackendKopano implements IBackend, ISearchProvider {
// check if we are impersonating someone // check if we are impersonating someone
// $defaultUser will be used for $this->defaultStore // $defaultUser will be used for $this->defaultStore
if ($this->impersonateUser) { if ($this->impersonateUser !== false) {
ZLog::Write(LOGLEVEL_DEBUG, sprintf("KopanoBackend->Logon(): Impersonation active - authenticating: '%s' - impersonating '%s'", $this->mainUser, $this->impersonateUser)); ZLog::Write(LOGLEVEL_DEBUG, sprintf("KopanoBackend->Logon(): Impersonation active - authenticating: '%s' - impersonating '%s'", $this->mainUser, $this->impersonateUser));
$defaultUser = $this->impersonateUser; $defaultUser = $this->impersonateUser;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment