Revision: 2037 Author: olavmrk Date: Fri Dec 4 03:16:40 2009 Log: statistics: Remove references to feide-specific code.
Merged into 1.5 branch from r2012. http://code.google.com/p/simplesamlphp/source/detail?r=2037 Modified: /branches/simplesamlphp-1.5/modules/statistics/config-templates/module_statistics.php ======================================= --- /branches/simplesamlphp-1.5/modules/statistics/config-templates/module_statistics.php Thu Aug 6 04:26:28 2009 +++ /branches/simplesamlphp-1.5/modules/statistics/config-templates/module_statistics.php Fri Dec 4 03:16:40 2009 @@ -186,26 +186,6 @@ 'config' => 'saml20-sp-remote', ), ), - 'ssoservicerealm' => array( - 'name' => 'SSO to service and realm', - 'descr' => 'The number of logins per realm and service provider.', - 'action' => 'saml20-idp-SSO', - 'col' => array(6,8), // Service Provider EntityID, realm - 'fieldPresentation' => array( - 'class' => 'feide:SPandOrg', - 'config' => 'saml20-sp-remote', - ), - ), - 'ssorealm' => array( - 'name' => 'SSO by realm', - 'descr' => 'The number of logins at a Service Provider divided into slots of one day. Each file contains data for 80 days', - 'action' => 'saml20-idp-SSO', - 'col' => 8, // Realm - 'fieldPresentation' => array( - 'class' => 'feide:Org', - 'config' => 'saml20-sp-remote', - ), - ), 'slo' => array( 'name' => 'SLO initiated from service', 'descr' => 'The number of initated Sinlge Logout from each of the service providers.', -- 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.
