Fix log with Impersonation plugin (#1664)

This commit is contained in:
Christophe Maudoux 2019-09-26 20:09:14 +02:00
parent 5d5ac66a6e
commit 6df7412bcf

View File

@ -117,7 +117,7 @@ sub run {
# Update spoof session
$self->logger->debug("Populating spoof session...");
foreach (qw (_auth _userDB)) {
foreach (qw (_auth _userDB authenticationLevel)) {
$self->logger->debug("Processing $_...");
$spoofSession->{$_} = $realSession->{"$self->{conf}->{impersonationPrefix}$_"};
}