Skip to content
Snippets Groups Projects
Commit 0cb58423 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

updates to default config.php file

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1225 44740490-163a-0410-bde0-09ae8108e29a
parent 98a5b324
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ $config = array ( ...@@ -44,7 +44,7 @@ $config = array (
* This option allows you to enable validation of XML data against its * This option allows you to enable validation of XML data against its
* schemas. A warning will be written to the log if validation fails. * schemas. A warning will be written to the log if validation fails.
*/ */
'debug.validatexml' => TRUE, 'debug.validatexml' => FALSE,
/** /**
* This password must be kept secret, and modified from the default value 123. * This password must be kept secret, and modified from the default value 123.
...@@ -108,6 +108,7 @@ $config = array ( ...@@ -108,6 +108,7 @@ $config = array (
/* Logging: file - Logfilename in the loggingdir from above. /* Logging: file - Logfilename in the loggingdir from above.
*/ */
'logging.logfile' => 'simplesamlphp.log', 'logging.logfile' => 'simplesamlphp.log',
'logging.processname' => 'simplesamlphp-foodle',
'statistics.realmattr' => 'realm', 'statistics.realmattr' => 'realm',
...@@ -190,6 +191,7 @@ $config = array ( ...@@ -190,6 +191,7 @@ $config = array (
* Whether the discovery service should allow the user to save his choice of IdP. * Whether the discovery service should allow the user to save his choice of IdP.
*/ */
'idpdisco.enableremember' => TRUE, 'idpdisco.enableremember' => TRUE,
'idpdisco.rememberchecked' => TRUE,
// Disco service only accepts entities it knows. // Disco service only accepts entities it knows.
'idpdisco.validate' => TRUE, 'idpdisco.validate' => TRUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment