From 91d87ad39ad476d35d57ca2884d619fa4af7bf7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 28 Aug 2008 19:53:57 +0000
Subject: [PATCH] Adding config parameters for ajax slo and extended disco
 service. changing default consent to yes.

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

diff --git a/config-templates/config.php b/config-templates/config.php
index cd7276d18..455b7d5ce 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -28,7 +28,7 @@ $config = array (
 	'certdir'               => 'cert/',
 	'dictionarydir'         => 'dictionaries/',
 	'loggingdir'            => 'log/',
-	
+	'libextinc'				=> 'libextinc/',
 	
 	'version'				=>	'trunk',
 	
@@ -189,6 +189,11 @@ $config = array (
 	 * Whether the discovery service should allow the user to save his choice of IdP.
 	 */
 	'idpdisco.enableremember' => TRUE,
+	
+	// Disco service only accepts entities it knows.
+	'idpdisco.validate' => TRUE,
+	
+	'idpdisco.extDiscoveryStorage' => NULL, //'http://rnd.feide.no',
 
 	/*
 	 * IdP Discovery service look configuration. 
@@ -233,7 +238,7 @@ $config = array (
 	 * - 'yes'  The "yes"-button has focus.
 	 * - 'no'   The "no"-button has focus.
 	 */
-	'consent_autofocus' => NULL,
+	'consent_autofocus' => 'yes',
 
 
 	/*
@@ -433,4 +438,4 @@ $config = array (
 );
 
 
-?>
+?>
\ No newline at end of file
-- 
GitLab