This commit is contained in:
Christophe Maudoux 2021-01-05 22:52:21 +01:00
parent 39528ef1c3
commit a76bf37c29

View File

@ -104,10 +104,10 @@ sub retreiveFindUserParams {
my $key = $_;
map {
$self->logger->debug("Push excluding parameter: $key => $_");
{
{ # Allow multivalued excluding parameters
key => $key,
value => $_
} # Allow multivalued excluding parameters
}
} split $self->conf->{multiValuesSeparator},
$self->conf->{findUserExcludingAttributes}->{$_};
} sort keys %{ $self->conf->{findUserExcludingAttributes} };