Define a salt and send error to Entr'ouvert administrators

This commit is contained in:
Jérôme Schneider 2013-08-29 09:32:09 +02:00
parent 75196aef41
commit 3b18802487
1 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ $config = array (
* external url, no matter where you come from (direct access or via the * external url, no matter where you come from (direct access or via the
* reverse proxy). * reverse proxy).
*/ */
'baseurlpath' => 'simplesaml/', 'baseurlpath' => 'http://www.meyzieu.fr/simplesaml/',
'certdir' => 'cert/', 'certdir' => 'cert/',
'loggingdir' => 'log/', 'loggingdir' => 'log/',
'datadir' => 'data/', '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: * A possible way to generate a random salt is by running the following command from a unix shell:
* tr -c -d '0123456789abcdefghijklmnopqrstuvwxyz' </dev/urandom | dd bs=32 count=1 2>/dev/null;echo * tr -c -d '0123456789abcdefghijklmnopqrstuvwxyz' </dev/urandom | dd bs=32 count=1 2>/dev/null;echo
*/ */
'secretsalt' => 'defaultsecretsalt', 'secretsalt' => '4eb6lrl7frtkyu6cq1enc45qfc4byiyf',
/* /*
* Some information about the technical persons running this installation. * Some information about the technical persons running this installation.
* The email address will be used as the recipient address for error reports, and * The email address will be used as the recipient address for error reports, and
* also as the technical contact in generated metadata. * also as the technical contact in generated metadata.
*/ */
'technicalcontact_name' => 'Administrator', 'technicalcontact_name' => 'EO Administrators',
'technicalcontact_email' => 'jschneider@entrouvert.com', 'technicalcontact_email' => 'admin@entrouvert.com',
/* /*
* The timezone of the server. This option should be set to the timezone you want * The timezone of the server. This option should be set to the timezone you want