Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docpublic:systemes:simplesamlphpsp [2017/04/24 14:44]
procacci@tem-tsp.eu [Metadata]
docpublic:systemes:simplesamlphpsp [2019/08/08 18:13] (current)
procacci@tem-tsp.eu [config]
Line 22: Line 22:
 <code> <code>
  
- +[root@mu www]# wget https://github.com/simplesamlphp/simplesamlphp/releases/download/v1.17.5/simplesamlphp-1.17.5.tar.gz 
-[root@share www]# tar xvfz SimpleSAMLphp_1.14.12.tgz +[root@mu www]# tar xvfz simplesamlphp-1.17.5.tar.gz 
-[root@share www]# ln -s simplesamlphp-1.14.12 simplesaml +[root@mu www]# ln -s simplesamlphp-1.17.simplesaml 
 +[root@mu www]# chown apache simplesaml -R
  
 </code> </code>
Line 45: Line 45:
 </code> </code>
  
 +===== config =====
 +
 +<code>
 +[root@mu simplesaml]# cp config/config.php config/config.php.orig
 +[root@mu simplesaml]# cp -p config-templates/config.php config/
 +cp : voulez-vous écraser « config/config.php » ? y
 +</code>
 +
 +Modifier les valeurs suivantes dans config.php:
 +
 +  * 'auth.adminpassword' => '<admin_pass>',
 +  * secretsalt' => '<random>',
 +  * 'technicalcontact_name' => '<admin_name>',
 +  * 'technicalcontact_email' => '<admin_mail>',
 +
 +
 +
 +puis on passe au fichier qui décrit les différents SP, authsource.php, on le copie depuis le répertoire des templates :
 +<code>
 +cp -p config-templates/authsources.php config/
 +vim config/authsources.php
 +</code>
 ===== certificat ===== ===== certificat =====
  
docpublic/systemes/simplesamlphpsp.1493045059.txt.gz · Last modified: 2017/04/24 14:44 by procacci@tem-tsp.eu
[unknown link type]Back to top
CC Attribution-Noncommercial-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0