From 3b18802487cd832e15db0cb32dab1a3461fe7a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Thu, 29 Aug 2013 09:32:09 +0200 Subject: [PATCH] Define a salt and send error to Entr'ouvert administrators --- inc/simplesamlphp/config/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/simplesamlphp/config/config.php b/inc/simplesamlphp/config/config.php index 38f1a1a..d97ebb2 100644 --- a/inc/simplesamlphp/config/config.php +++ b/inc/simplesamlphp/config/config.php @@ -22,7 +22,7 @@ $config = array ( * external url, no matter where you come from (direct access or via the * reverse proxy). */ - 'baseurlpath' => 'simplesaml/', + 'baseurlpath' => 'http://www.meyzieu.fr/simplesaml/', 'certdir' => 'cert/', 'loggingdir' => 'log/', 'datadir' => 'data/', @@ -81,15 +81,15 @@ $config = array ( * A possible way to generate a random salt is by running the following command from a unix shell: * tr -c -d '0123456789abcdefghijklmnopqrstuvwxyz' /dev/null;echo */ - 'secretsalt' => 'defaultsecretsalt', + 'secretsalt' => '4eb6lrl7frtkyu6cq1enc45qfc4byiyf', /* * Some information about the technical persons running this installation. * The email address will be used as the recipient address for error reports, and * also as the technical contact in generated metadata. */ - 'technicalcontact_name' => 'Administrator', - 'technicalcontact_email' => 'jschneider@entrouvert.com', + 'technicalcontact_name' => 'EO Administrators', + 'technicalcontact_email' => 'admin@entrouvert.com', /* * The timezone of the server. This option should be set to the timezone you want