This repository was archived by the owner on Sep 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Once you have installed SimpleSAMLphp, installing this module is very simple. Fi
1515## Configuration
16161 . Install MySQL Database and create database for statistics and user.
17172 . For this database run script to create tables. Script is available in config-templates/tables.sql.
18- 3 . Copy config-templates/module_statisticsproxy.php to your folder vith config and filled it.
18+ 3 . Copy config-templates/module_statisticsproxy.php to your folder vith config and fill it.
19194 . Configure IdPAttribute filter from Perun module to get sourceIdPName from IdP metadata:
2020```
2121 XX => array(
@@ -26,11 +26,15 @@ Once you have installed SimpleSAMLphp, installing this module is very simple. Fi
2626 ),
2727 #where XX is priority(for example 30; Must not be used for other modules)
2828```
29- 5 . Configure proxystatistic filter
29+ 5 . Configure proxystatistic filter
3030```
3131 XX => array(
3232 'class' => 'proxystatistics:statistics',
3333 'config' => array (),
3434 ),
3535 #where XX is priority(for example 50; Must not be used for other modules)
36- ```
36+ ```
37+ 6 . Add to ` config.php ` :
38+ ```
39+ 'instance_name' => 'Instance name',
40+ ```
You can’t perform that action at this time.
0 commit comments