|
|
|
@ -222,7 +222,21 @@ $defaultAttr} |
|
|
|
|
foreach ( @simpleHashKeys, sort keys %cnodesRe ) { |
|
|
|
|
$ra->add($_); |
|
|
|
|
} |
|
|
|
|
my $confConstants = "our \$hashParameters = qr/^" . $ra->as_string . "\$/;\n"; |
|
|
|
|
foreach ( |
|
|
|
|
qw(exportedHeaders locationRules post vhostOptions |
|
|
|
|
samlIDPMetaDataXML samlIDPMetaDataExportedAttributes |
|
|
|
|
samlIDPMetaDataOptions samlSPMetaDataXML |
|
|
|
|
samlSPMetaDataExportedAttributes samlSPMetaDataOptions |
|
|
|
|
oidcOPMetaDataJSON oidcOPMetaDataJWKS oidcOPMetaDataOptions |
|
|
|
|
oidcOPMetaDataExportedVars oidcRPMetaDataOptions |
|
|
|
|
oidcRPMetaDataExportedVars) |
|
|
|
|
) |
|
|
|
|
{ |
|
|
|
|
$ra->add($_); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
my $confConstants = |
|
|
|
|
"our \$hashParameters = qr/^" . $ra->as_string . "\$/;\n"; |
|
|
|
|
open( F, ">", $self->confConstantsFile ) or die($!); |
|
|
|
|
print F <<EOF; |
|
|
|
|
# This file is generated by $module. Don't modify it by hand |
|
|
|
|