Skip to content

Commit

Permalink
remove core:StatisticsWithAttribute as it was moved to another module
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jun 19, 2024
1 parent 108fd6f commit c2cd697
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions dockerbuild/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 2024-06-14 -- Updated to simplesamlphp/config/config.php.dist 2.2.2
*
*/

use Sil\PhpEnv\Env;
use Sil\PhpEnv\EnvVarNotFoundException;

Expand Down Expand Up @@ -146,7 +146,7 @@
/*
* The following settings are *filesystem paths* which define where
* SimpleSAMLphp can find or write the following things:
* - 'cachedir': Where SimpleSAMLphp can write its cache.
* - 'cachedir': Where SimpleSAMLphp can write its cache.
* - 'loggingdir': Where to write logs. MUST be set to NULL when using a logging
* handler other than `file`.
* - 'datadir': Storage of general data.
Expand Down Expand Up @@ -1096,12 +1096,6 @@
// Adopts language from attribute to use in UI
30 => 'core:LanguageAdaptor',

35 => [
'class' => 'core:StatisticsWithAttribute',
'attributename' => 'realm',
'type' => 'saml20-idp-SSO',
],

/*
* Copy friendly names attribute keys to oids ...
*/
Expand Down Expand Up @@ -1129,7 +1123,7 @@
* by checking the 'attributes' parameter in metadata on IdP hosted and SP remote.
*/
// 50 => 'core:AttributeLimit',

// If no attributes are requested in the SP metadata, then these will be sent through
50 => [
'class' => 'core:AttributeLimit',
Expand Down

0 comments on commit c2cd697

Please sign in to comment.