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 ( ...@@ -9,7 +9,7 @@ $config = array (
'auth' => 'admin', 'auth' => 'admin',
'useridattr' => 'eduPersonPrincipalName', 'useridattr' => 'eduPersonPrincipalName',
'default' => 'sso_hoursweek', 'default' => 'sso',
'allowedUsers' => array( 'allowedUsers' => array(
'admin' 'admin'
...@@ -142,19 +142,19 @@ $config = array ( ...@@ -142,19 +142,19 @@ $config = array (
), ),
), ),
'statrules' => array( 'statrules' => array(
'sloratio' => array( // 'sloratio' => array(
'name' => 'SSO to SLO ratio', // 'name' => 'SSO to SLO ratio',
'descr' => 'ratio', // 'descr' => 'ratio',
//
'type' => 'ratio', // 'type' => 'ratio',
//
'action' => 'saml20-idp-SSO', // 'action' => 'saml20-idp-SSO',
'col' => 6, // Service Provider EntityID // 'col' => 6, // Service Provider EntityID
'fieldPresentation' => array( // 'fieldPresentation' => array(
'class' => 'statistics:Entity', // 'class' => 'statistics:Entity',
'config' => 'saml20-sp-remote', // 'config' => 'saml20-sp-remote',
), // ),
), // ),
'sso' => array( 'sso' => array(
'name' => 'SSO to service', 'name' => 'SSO to service',
'descr' => 'The number of logins at a Service Provider.', 'descr' => 'The number of logins at a Service Provider.',
...@@ -225,6 +225,8 @@ $config = array ( ...@@ -225,6 +225,8 @@ $config = array (
'config' => 'saml20-sp-remote', '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