Revision: 2157
Author: olavmrk
Date: Mon Feb 1 01:46:49 2010
Log: saml:IdP: Add statistics log for saml20-idp-SLO spinit.
http://code.google.com/p/simplesamlphp/source/detail?r=2157
Modified:
/trunk/modules/saml/lib/IdP/SAML2.php
=======================================
--- /trunk/modules/saml/lib/IdP/SAML2.php Wed Jan 27 23:41:07 2010
+++ /trunk/modules/saml/lib/IdP/SAML2.php Mon Feb 1 01:46:49 2010
@@ -402,6 +402,8 @@
} elseif ($message instanceof SAML2_LogoutRequest) {
+ SimpleSAML_Logger::stats('saml20-idp-SLO spinit ' . $spEntityId . ' ' .
$idpMetadata->getString('entityid'));
+
$state = array(
'Responder' => array('sspmod_saml_IdP_SAML2',
'sendLogoutResponse'),
'saml:SPEntityId' => $spEntityId,
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.