From effb4641a4df6b339f58d22f01808e24fb2e8208 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Mon, 19 Oct 2009 11:12:08 +0000 Subject: [PATCH] metadata-templates: Remove send_metadata_email option for OpenIdP. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1868 44740490-163a-0410-bde0-09ae8108e29a --- metadata-templates/saml20-idp-remote.php | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata-templates/saml20-idp-remote.php b/metadata-templates/saml20-idp-remote.php index baad60ddf..9fdd451f2 100644 --- a/metadata-templates/saml20-idp-remote.php +++ b/metadata-templates/saml20-idp-remote.php @@ -17,7 +17,6 @@ $metadata['https://openidp.feide.no'] = array( ), 'description' => 'Here you can login with your account on Feide RnD OpenID. If you do not already have an account on this identity provider, you can create a new one by following the create new account link and follow the instructions.', - 'send_metadata_email' => 'moria-support@uninett.no', 'SingleSignOnService' => 'https://openidp.feide.no/simplesaml/saml2/idp/SSOService.php', 'SingleLogoutService' => 'https://openidp.feide.no/simplesaml/saml2/idp/SingleLogoutService.php', 'certFingerprint' => 'c9ed4dfb07caf13fc21e0fec1572047eb8a7a4cb' -- GitLab