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

Change default idp to be null instead of openidp

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@940 44740490-163a-0410-bde0-09ae8108e29a
parent 4c893062
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ $config = array ( ...@@ -90,7 +90,7 @@ $config = array (
*/ */
'logging.level' => LOG_NOTICE, 'logging.level' => LOG_NOTICE,
'logging.handler' => 'syslog', 'logging.handler' => 'syslog',
'logging.processname' => 'simpleSAMLphp', 'logging.processname' => 'simpleSAMLphp',
/* /*
* Choose which facility should be used when logging with syslog. * Choose which facility should be used when logging with syslog.
...@@ -172,7 +172,7 @@ $config = array ( ...@@ -172,7 +172,7 @@ $config = array (
* 'default-saml20-idp' => NULL, * 'default-saml20-idp' => NULL,
* *
*/ */
'default-saml20-idp' => 'https://openidp.feide.no', 'default-saml20-idp' => NULL,
'default-shib13-idp' => NULL, 'default-shib13-idp' => NULL,
'default-wsfed-idp' => 'urn:federation:pingfederate:localhost', 'default-wsfed-idp' => 'urn:federation:pingfederate:localhost',
......
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