From dd62d90de7f6e48cf8f06598ce3a2994af6486e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Mon, 22 Oct 2018 18:17:20 +0200 Subject: [PATCH] Fix typo for idpconfprefix (#1503) --- lemonldap-ng-common/scripts/importMetadata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-common/scripts/importMetadata b/lemonldap-ng-common/scripts/importMetadata index f55de5c42..9372d28b4 100755 --- a/lemonldap-ng-common/scripts/importMetadata +++ b/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