[cpp-sp] branch master updated: SSPCPP-813 - More caseIgnoreMatch attributes

Scott Cantor cantor.2 at osu.edu
Sat Jul 7 19:40:35 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=2fb7895e1ed4f50625c74393e207f42955e87785

The following commit(s) were added to refs/heads/master by this push:
       new  2fb7895   SSPCPP-813 - More caseIgnoreMatch attributes
2fb7895 is described below

commit 2fb7895e1ed4f50625c74393e207f42955e87785
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Sat Jul 7 19:39:52 2018 -0400

    SSPCPP-813 - More caseIgnoreMatch attributes
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-813
---
 configs/attribute-map.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/attribute-map.xml b/configs/attribute-map.xml
index c41f033..4025bde 100644
--- a/configs/attribute-map.xml
+++ b/configs/attribute-map.xml
@@ -20,10 +20,10 @@
     <!-- The most typical eduPerson attributes. -->
 
     <Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" id="eppn">
-        <AttributeDecoder xsi:type="ScopedAttributeDecoder"/>
+        <AttributeDecoder xsi:type="ScopedAttributeDecoder" caseSensitive="false"/>
     </Attribute>
     <Attribute name="urn:mace:dir:attribute-def:eduPersonPrincipalName" id="eppn">
-        <AttributeDecoder xsi:type="ScopedAttributeDecoder"/>
+        <AttributeDecoder xsi:type="ScopedAttributeDecoder" caseSensitive="false"/>
     </Attribute>
 
     <Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.9" id="affiliation">

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


More information about the commits mailing list