diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm index 99a4b9569..732f704d8 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm @@ -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} };