From edd87906174b3e84eea64fc99629f0325edaf9bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 21 Oct 2008 08:30:45 +0000
Subject: [PATCH] Change default idp to be null instead of openidp

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

diff --git a/config-templates/config.php b/config-templates/config.php
index 64c48d950..a45ef3a3e 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -90,7 +90,7 @@ $config = array (
 	 */
 	'logging.level'         => LOG_NOTICE,
 	'logging.handler'       => 'syslog',
-	'logging.processname'       => 'simpleSAMLphp',
+	'logging.processname'   => 'simpleSAMLphp',
 
 	/*
 	 * Choose which facility should be used when logging with syslog.
@@ -172,7 +172,7 @@ $config = array (
 	 * 		'default-saml20-idp' => NULL,
 	 *
 	 */
-	'default-saml20-idp' => 'https://openidp.feide.no',
+	'default-saml20-idp' => NULL,
 	'default-shib13-idp' => NULL,
 	'default-wsfed-idp'	=> 'urn:federation:pingfederate:localhost',
 
-- 
GitLab