From aa63058e642b200c2429707e198424c0666b234d Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 1 Dec 2009 09:29:10 +0000
Subject: [PATCH] statistics: Remove references to feide-specific code.

Fixes issue 222.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2012 44740490-163a-0410-bde0-09ae8108e29a
---
 .../config-templates/module_statistics.php    | 20 -------------------
 1 file changed, 20 deletions(-)

diff --git a/modules/statistics/config-templates/module_statistics.php b/modules/statistics/config-templates/module_statistics.php
index 00d01ec71..2fa25ad1f 100644
--- a/modules/statistics/config-templates/module_statistics.php
+++ b/modules/statistics/config-templates/module_statistics.php
@@ -186,26 +186,6 @@ $config = array (
 				'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.',
-- 
GitLab