[cpp-sp] branch master updated: Remove new ISAPI settings from legacy config schema.
Scott Cantor
cantor.2 at osu.edu
Tue Mar 13 10:54:36 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=02eb38066c08c50d7c9c0a7d8e3c913cf27f124a
The following commit(s) were added to refs/heads/master by this push:
new 02eb380 Remove new ISAPI settings from legacy config schema.
02eb380 is described below
commit 02eb38066c08c50d7c9c0a7d8e3c913cf27f124a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 13 10:54:30 2018 -0400
Remove new ISAPI settings from legacy config schema.
---
schemas/shibboleth-2.0-native-sp-config.xsd | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/schemas/shibboleth-2.0-native-sp-config.xsd b/schemas/shibboleth-2.0-native-sp-config.xsd
index 36bde8d..95a52b8 100644
--- a/schemas/shibboleth-2.0-native-sp-config.xsd
+++ b/schemas/shibboleth-2.0-native-sp-config.xsd
@@ -174,24 +174,14 @@
<attribute name="id" type="unsignedInt" use="required"/>
<attribute name="name" type="conf:string" use="required"/>
<attribute name="port" type="unsignedInt"/>
- <attribute name="useHeaders" type="boolean"/>
- <attribute name="useVariables" type="boolean"/>
<attribute name="sslport" type="unsignedInt"/>
<attribute name="scheme" type="conf:string"/>
</complexType>
</element>
- <element name="Roles">
- <complexType>
- <attribute name="authNRole" type="string" use="optional"/>
- <attribute name="roleAttributes" type="string" use="optional"/>
- </complexType>
- </element>
<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</choice>
<attribute name="normalizeRequest" type="boolean"/>
<attribute name="safeHeaderNames" type="boolean"/>
- <attribute name="useHeaders" type="boolean"/>
- <attribute name="useVariables" type="boolean"/>
<anyAttribute namespace="##other" processContents="lax"/>
</complexType>
</element>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list