Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 409c99a

Browse files
Add a guide how to set the database
1 parent 967e031 commit 409c99a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# proxystatistics-simplesamlphp-module
22
Module for simpleSAMLphp which shows Proxy IdP/SP statistics
3+
4+
Guide for use module statistic
5+
1. Install MySQL Database and create database for statistics and user.
6+
2. For this database run script to create tables. Script is available in config-templates/tables.sql
7+
3. Copy config-templates/module_statisticsproxy.php to your folder vith config and filled it.
8+
4. Add following to authproc in file saml20-idp-hosted.php:
9+
10+
XX => array(
11+
'class' => 'proxystatistics:statistics',
12+
'config' => array (),
13+
),
14+
where XX is number(for example 50; Must not be used for other modules)

0 commit comments

Comments
 (0)