[cpp-sp] 01/04: SSPCPP-824 - Typo in shibboleth2.xml examples
Scott Cantor
cantor.2 at osu.edu
Wed Jul 18 12:33:09 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=5329f6c1f93b1c9ffaea742abe892cdb62a8da56
commit 5329f6c1f93b1c9ffaea742abe892cdb62a8da56
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 18 09:57:29 2018 -0400
SSPCPP-824 - Typo in shibboleth2.xml examples
https://issues.shibboleth.net/jira/browse/SSPCPP-824
---
configs/example-shibboleth2.xml | 2 +-
configs/shibboleth2.xml | 2 +-
configs/win-shibboleth2.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/example-shibboleth2.xml b/configs/example-shibboleth2.xml
index aeb61c4..378ed71 100644
--- a/configs/example-shibboleth2.xml
+++ b/configs/example-shibboleth2.xml
@@ -233,7 +233,7 @@
url="http://federation.org/federation-metadata.xml"
backingFilePath="federation-metadata.xml" maxRefreshDelay="7200">
<MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/>
- <MetadataFilter type="Signature" certificate="fedsigner.pem" veryifyBackup="false"/>
+ <MetadataFilter type="Signature" certificate="fedsigner.pem" verifyBackup="false"/>
<DiscoveryFilter type="Blacklist" matcher="EntityAttributes" trimTags="true"
attributeName="http://macedir.org/entity-category"
attributeNameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
diff --git a/configs/shibboleth2.xml b/configs/shibboleth2.xml
index 33919cc..30e951a 100644
--- a/configs/shibboleth2.xml
+++ b/configs/shibboleth2.xml
@@ -74,7 +74,7 @@
url="http://federation.org/federation-metadata.xml"
backingFilePath="federation-metadata.xml" maxRefreshDelay="7200">
<MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/>
- <MetadataFilter type="Signature" certificate="fedsigner.pem" veryifyBackup="false"/>
+ <MetadataFilter type="Signature" certificate="fedsigner.pem" verifyBackup="false"/>
<DiscoveryFilter type="Blacklist" matcher="EntityAttributes" trimTags="true"
attributeName="http://macedir.org/entity-category"
attributeNameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
diff --git a/configs/win-shibboleth2.xml b/configs/win-shibboleth2.xml
index 2c2801c..ededa10 100644
--- a/configs/win-shibboleth2.xml
+++ b/configs/win-shibboleth2.xml
@@ -123,7 +123,7 @@
url="http://federation.org/federation-metadata.xml"
backingFilePath="federation-metadata.xml" maxRefreshDelay="7200">
<MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/>
- <MetadataFilter type="Signature" certificate="fedsigner.pem" veryifyBackup="false"/>
+ <MetadataFilter type="Signature" certificate="fedsigner.pem" verifyBackup="false"/>
<DiscoveryFilter type="Blacklist" matcher="EntityAttributes" trimTags="true"
attributeName="http://macedir.org/entity-category"
attributeNameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list