diff --git a/config-templates/config.php b/config-templates/config.php index 64c48d950c4e3e473bc72b5b3b346257f2ef5942..a45ef3a3ee9652c3ab3ed1c1e5376d8bad339d18 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',