Skip to content

Commit

Permalink
Add remap for polod to dev.cilogon.org for Shibboleth.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencegf committed Aug 22, 2017
1 parent acc637f commit 5afbfad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Service/Content.php
Original file line number Diff line number Diff line change
Expand Up @@ -2374,6 +2374,7 @@ public static function getMachineHostname()
"poloc.ncsa.illinois.edu" => "test.cilogon.org" ,
"polot.ncsa.illinois.edu" => "test.cilogon.org" ,
"polo-staging.ncsa.illinois.edu" => "test.cilogon.org" ,
"polod.ncsa.illinois.edu" => "dev.cilogon.org" ,
);
$localhost = php_uname('n');
if (array_key_exists($localhost, $hostnames)) {
Expand Down

0 comments on commit 5afbfad

Please sign in to comment.