From aba89d014ece652aa207421098e166c16c6c6f18 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Mon, 19 Oct 2009 12:57:30 +0000 Subject: [PATCH] config-templates: Remove unused openid configuration. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1875 44740490-163a-0410-bde0-09ae8108e29a --- config-templates/config.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config-templates/config.php b/config-templates/config.php index 535310cc7..075372a82 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -390,14 +390,6 @@ $config = array ( 'auth.radius.vendor' => '23735', 'auth.radius.vendor-attr' => '4', - - /* - * These parameters are only relevant if you setup an OpenID Provider. - */ - 'openid.userid_attributename' => 'eduPersonPrincipalName', - 'openid.delegation_prefix' => 'https://openid.feide.no/', - 'openid.filestore' => '/tmp/openidstore', - /* * This configuration option allows you to select which session handler -- GitLab