diff --git a/zmldapsync/zmldapsync.pl b/zmldapsync/zmldapsync.pl index 4e433fd..924f407 100644 --- a/zmldapsync/zmldapsync.pl +++ b/zmldapsync/zmldapsync.pl @@ -761,6 +761,7 @@ sub ldap2hashref { } else { $return->{unidecode( lc $entry->get_value($key) )}->{$attr} = ( scalar @values == 1 ) ? \@values : $values[0]; + } } } return $return;