Skip to content
Snippets Groups Projects
Commit 9d45c73f authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

SSOService update regarding logging...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1312 44740490-163a-0410-bde0-09ae8108e29a
parent aa23aaa9
No related branches found
No related tags found
No related merge requests found
...@@ -279,21 +279,6 @@ if($needAuth && !$isPassive) { ...@@ -279,21 +279,6 @@ if($needAuth && !$isPassive) {
*/ */
$attributes = $session->getAttributes(); $attributes = $session->getAttributes();
/*
Need to be replaced by a auth proc filter that does the log entry....
$realmattr = $config->getValue('statistics.realmattr', null);
$realmstr = 'NA';
if (!empty($realmattr)) {
if (array_key_exists($realmattr, $tempattr) && is_array($tempattr[$realmattr]) ) {
$realmstr = $tempattr[$realmattr][0];
} else {
SimpleSAML_Logger::warning('Could not get realm attribute to log [' . $realmattr. ']');
}
}
*/
SimpleSAML_Logger::stats('saml20-idp-SSO ' . $spentityid . ' ' . $idpentityid . ' NA');
/* Authentication processing operations. */ /* Authentication processing operations. */
if (array_key_exists('AuthProcState', $requestcache)) { if (array_key_exists('AuthProcState', $requestcache)) {
/* Processed earlier, saved in requestcache. */ /* Processed earlier, saved in requestcache. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment