[shibboleth-sp2] 52/89: SSPCPP-691 Schema change to add caseSensitive
Ferenc Wágner
wferi at moszumanska.debian.org
Thu Sep 1 09:24:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi pushed a commit to branch master
in repository shibboleth-sp2.
commit ec7aed958d792ecc2fc2fa29b48714aeca08f793
Author: Rod Widdowson <rdw at steadingsoftware.com>
Date: Thu Jun 9 12:43:12 2016 +0100
SSPCPP-691 Schema change to add caseSensitive
https://issues.shibboleth.net/jira/browse/SSPCPP-691
---
schemas/shibboleth-2.0-native-sp-config.xsd | 3 +++
1 file changed, 3 insertions(+)
diff --git a/schemas/shibboleth-2.0-native-sp-config.xsd b/schemas/shibboleth-2.0-native-sp-config.xsd
index 8ff5838..c8b9772 100644
--- a/schemas/shibboleth-2.0-native-sp-config.xsd
+++ b/schemas/shibboleth-2.0-native-sp-config.xsd
@@ -233,6 +233,7 @@
<extension base="conf:string">
<attribute name="require" type="conf:string" use="required"/>
<attribute name="ignoreCase" type="boolean"/>
+ <attribute name="caseSensitive" type="boolean"/>
</extension>
</simpleContent>
</complexType>
@@ -337,6 +338,7 @@
</sequence>
<attribute name="regex" type="conf:string" use="required"/>
<attribute name="ignoreCase" type="boolean"/>
+ <attribute name="caseSensitive" type="boolean"/>
<attributeGroup ref="conf:ContentSettings"/>
</complexType>
@@ -368,6 +370,7 @@
</sequence>
<attribute name="regex" type="conf:string" use="required"/>
<attribute name="ignoreCase" type="boolean"/>
+ <attribute name="caseSensitive" type="boolean"/>
<attributeGroup ref="conf:ContentSettings"/>
</complexType>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list