[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/c14n/x500-subject-c14n-config.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Nov 18 13:39:21 EST 2014


Author: scantor
Date: Tue Nov 18 13:39:21 2014
New Revision: 6932

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6932&view=rev
Log:
IDP-115 - comment out sAN extract

Modified:
    trunk/idp-conf/src/main/resources/conf/c14n/x500-subject-c14n-config.xml

Modified: trunk/idp-conf/src/main/resources/conf/c14n/x500-subject-c14n-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/c14n/x500-subject-c14n-config.xml?rev=6932&r1=6931&r2=6932&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/c14n/x500-subject-c14n-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/c14n/x500-subject-c14n-config.xml Tue Nov 18 13:39:21 2014
@@ -14,7 +14,7 @@
 
     <!-- First priority is given to any subjectAltNames specified (emailAddress is 1) -->
     <util:list id="shibboleth.c14n.x500.SubjectAltNameTypes">
-        <value>1</value>
+        <!-- <value>1</value> -->
     </util:list>
 
     <!-- Second priority is a list of Certificate Subject RDN OIDs to look for. -->



More information about the commits mailing list