[cpp-sp] 01/02: SSPCPP-694 Native IIS: More Configuration

Rod Widdowson rdw at steadingsoftware.com
Fri Apr 28 09:53:05 EDT 2017


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

rdw 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=d1f3393f43e31685c356c45acd2e3da2e05dd983

commit d1f3393f43e31685c356c45acd2e3da2e05dd983
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Apr 28 14:49:28 2017 +0100

    SSPCPP-694 Native IIS: More Configuration
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-694
    
    We don't have to have a <Site> under a <IIS7> element.
---
 schemas/shibboleth-2.0-native-sp-config.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schemas/shibboleth-2.0-native-sp-config.xsd b/schemas/shibboleth-2.0-native-sp-config.xsd
index ae37026..852b25c 100644
--- a/schemas/shibboleth-2.0-native-sp-config.xsd
+++ b/schemas/shibboleth-2.0-native-sp-config.xsd
@@ -188,7 +188,7 @@
         <element name="IIS" minOccurs="0">
           <complexType>
             <sequence>
-              <element name="Site" maxOccurs="unbounded">
+              <element name="Site" maxOccurs="unbounded" minOccurs="0">
                 <complexType>
                   <sequence>
                     <element name="Alias" type="conf:string" minOccurs="0" maxOccurs="unbounded"/>

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


More information about the commits mailing list