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

Removed uncompleted statrule, and changed default rule to sso.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1515 44740490-163a-0410-bde0-09ae8108e29a
parent b5f2b370
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ $config = array (
'auth' => 'admin',
'useridattr' => 'eduPersonPrincipalName',
'default' => 'sso_hoursweek',
'default' => 'sso',
'allowedUsers' => array(
'admin'
......@@ -142,19 +142,19 @@ $config = array (
),
),
'statrules' => array(
'sloratio' => array(
'name' => 'SSO to SLO ratio',
'descr' => 'ratio',
'type' => 'ratio',
'action' => 'saml20-idp-SSO',
'col' => 6, // Service Provider EntityID
'fieldPresentation' => array(
'class' => 'statistics:Entity',
'config' => 'saml20-sp-remote',
),
),
// 'sloratio' => array(
// 'name' => 'SSO to SLO ratio',
// 'descr' => 'ratio',
//
// 'type' => 'ratio',
//
// 'action' => 'saml20-idp-SSO',
// 'col' => 6, // Service Provider EntityID
// 'fieldPresentation' => array(
// 'class' => 'statistics:Entity',
// 'config' => 'saml20-sp-remote',
// ),
// ),
'sso' => array(
'name' => 'SSO to service',
'descr' => 'The number of logins at a Service Provider.',
......@@ -225,6 +225,8 @@ $config = array (
'config' => 'saml20-sp-remote',
),
),
),
);
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