[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/services-user.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed May 28 22:09:17 EDT 2014


Author: scantor
Date: Wed May 28 22:09:17 2014
New Revision: 5992

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5992&view=rev
Log:
Swap in "new" config to stablize tests, need to add decryption cred/config to legacy config

Modified:
    trunk/idp-conf/src/main/resources/conf/services-user.xml

Modified: trunk/idp-conf/src/main/resources/conf/services-user.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/services-user.xml?rev=5992&r1=5991&r2=5992&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/services-user.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/services-user.xml Wed May 28 22:09:17 2014
@@ -74,10 +74,16 @@
         <value>file:///${idp.home}/conf/property-placeholder.xml</value>
     </util:list>
 
+    <!--
     <util:list id="shibboleth.RelyingPartyResolverResources">
         <value>file:///${idp.home}/conf/relying-party.xml</value>
         <value>file:///${idp.home}/system/conf/profile-defaults.xml</value>
         <value>file:///${idp.home}/conf/property-placeholder.xml</value>
+    </util:list>
+    -->
+    <util:list id="shibboleth.RelyingPartyResolverResources">
+        <value>file:///${idp.home}/conf/relying-party-native.xml</value>
+        <value>file:///${idp.home}/conf/credentials.xml</value>
     </util:list>
 
     <util:list id ="shibboleth.NameIdentifierGenerationResources">



More information about the commits mailing list