[cpp-sp] branch main updated: Fix unterminated element in schema.

Scott Cantor cantor.2 at osu.edu
Thu Dec 3 16:46:20 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=93c1cca8fc894e9df6b8ef8e418245123ab63278

The following commit(s) were added to refs/heads/main by this push:
       new  93c1cca8  Fix unterminated element in schema.
93c1cca8 is described below

commit 93c1cca8fc894e9df6b8ef8e418245123ab63278
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 3 11:46:14 2020 -0500

    Fix unterminated element in schema.
---
 schemas/shibboleth-3.0-native-sp-config.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schemas/shibboleth-3.0-native-sp-config.xsd b/schemas/shibboleth-3.0-native-sp-config.xsd
index ab03c606..e8d3fab5 100644
--- a/schemas/shibboleth-3.0-native-sp-config.xsd
+++ b/schemas/shibboleth-3.0-native-sp-config.xsd
@@ -61,7 +61,7 @@
       <enumeration value="whitelist"/>
       <enumeration value="exact+whitelist"/>
       <enumeration value="host+whitelist"/>
-      <enumeration value="allow"
+      <enumeration value="allow"/>
       <enumeration value="exact+allow"/>
       <enumeration value="host+allow"/>
     </restriction>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list