Remove remaining dash (#1503)

environments/ppa-mbqj77/deployments/468
Clément OUDOT 7 years ago
parent f4d77d3fc7
commit b46db2909c
  1. 2
      lemonldap-ng-common/scripts/importMetadata

@ -257,6 +257,7 @@ foreach
my $entityIDKey = $entityID;
$entityIDKey =~ s/^https?:\/\///;
$entityIDKey =~ s/[^a-zA-Z0-9]/-/g;
$entityIDKey =~ s/-+$//g;
my $confKey = $idpConfKeyPrefix . $entityIDKey;
# Metadata
@ -367,6 +368,7 @@ foreach
my $entityIDKey = $entityID;
$entityIDKey =~ s/^https?:\/\///;
$entityIDKey =~ s/[^a-zA-Z0-9]/-/g;
$entityIDKey =~ s/-+$//g;
my $confKey = $spConfKeyPrefix . $entityIDKey;
# Metadata

Loading…
Cancel
Save