From 0cb58423514bcf74709ef93b6223365d7a11fdaa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 2 Feb 2009 08:47:33 +0000
Subject: [PATCH] updates to default config.php file

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1225 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index e3853f556..f42786c70 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -44,7 +44,7 @@ $config = array (
 	 * This option allows you to enable validation of XML data against its
 	 * 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.
@@ -108,6 +108,7 @@ $config = array (
 	/* Logging: file - Logfilename in the loggingdir from above.
 	 */
 	'logging.logfile'		=> 'simplesamlphp.log',
+	'logging.processname'	=> 'simplesamlphp-foodle',
 	
 	'statistics.realmattr'  => 'realm',
 	
@@ -190,6 +191,7 @@ $config = array (
 	 * Whether the discovery service should allow the user to save his choice of IdP.
 	 */
 	'idpdisco.enableremember' => TRUE,
+	'idpdisco.rememberchecked' => TRUE,
 	
 	// Disco service only accepts entities it knows.
 	'idpdisco.validate' => TRUE,
-- 
GitLab