Skip to content

Commit

Permalink
[CLEANUP] Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
stucki committed Oct 12, 2017
1 parent 2ccbbe2 commit d90d589
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Classes/ShibbolethAuthentificationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,6 @@ function init() {
}
}
}
/*
// Another chance to detect Shibboleth session present; just for safety, as code before not well tested at the moment
if (!$this->hasShibbolethSession && isset($_SERVER['AUTH_TYPE']) && $_SERVER['AUTH_TYPE'] == 'shibboleth') {
if (isset($_SERVER['Shib_Session_ID']) && $_SERVER['Shib_Session_ID'] != '') {
$this->hasShibbolethSession = TRUE;
$this->envShibPrefix = '';
$this->shibSessionIdKey = 'Shib_Session_ID';
$this->shibApplicationIdKey = 'Shib_Application_ID';
}
}
*/

return $available;
}
Expand Down

0 comments on commit d90d589

Please sign in to comment.