Skip to content

Commit

Permalink
Clarifying 'Temporary' in samlSetup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spark0r committed May 17, 2024
1 parent 3df5c01 commit b0e55d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/samlSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sed -i -- 's%#</Directory>%</Directory>%' /etc/httpd/conf.d/xdmod.conf
cp "$VENDOR_DIR/simplesamlphp/simplesamlphp/config-templates/config.php" "$VENDOR_DIR/simplesamlphp/simplesamlphp/config/config.php"
sed -i -- "s/'trusted.url.domains' => array(),/'trusted.url.domains' => array('localhost'),/" "$VENDOR_DIR/simplesamlphp/simplesamlphp/config/config.php"

# Temporarily need to remove this line due to Assertions being removed in PHP8.
# Temporarily ( until the REST update goes in ) need to remove this line due to Assertions being removed in PHP8.
sed -i 's/SimpleSAML_Error_Assertion::installHandler();//g' vendor/simplesamlphp/simplesamlphp/www/_include.php

cat > "$VENDOR_DIR/simplesamlphp/simplesamlphp/config/authsources.php" <<EOF
Expand Down

0 comments on commit b0e55d2

Please sign in to comment.