simplesamlphp: add a salt and change administrator email

This commit is contained in:
Jérôme Schneider 2013-08-29 09:41:09 +02:00
parent 20f8f12932
commit 07c3f97a51
1 changed files with 3 additions and 3 deletions

View File

@ -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/urandom | dd bs=32 count=1 2>/dev/null;echo
*/
'secretsalt' => 'defaultsecretsalt',
'secretsalt' => '3dhuc8zabsd5qqaiheq2wzu6wly6w3k5',
/*
* 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' => 'na@example.org',
'technicalcontact_name' => 'EO Administrators',
'technicalcontact_email' => 'admin@entrouvert.com',
/*
* The timezone of the server. This option should be set to the timezone you want