Fix typo for idpconfprefix (#1503)

environments/ppa-mbqj77/deployments/423
Clément OUDOT 7 years ago
parent 52ac044205
commit dd62d90de7
  1. 2
      lemonldap-ng-common/scripts/importMetadata

@ -39,7 +39,7 @@ if ( $opts{help} or !$opts{metadata} ) {
#==============================================================================
my $spConfKeyPrefix = $opts{spconfprefix} || "sp-";
my $idpConfKeyPrefix = $opts{spconfprefix} || "idp-";
my $idpConfKeyPrefix = $opts{idpconfprefix} || "idp-";
# Set here attributes that are declared for your SP in the federation
# They will be set as exported attributes for all IDP

Loading…
Cancel
Save