[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/conf: authn-flow-descriptors.xml general-authn-...

noreply at shibboleth.net noreply at shibboleth.net
Tue Feb 25 19:26:41 EST 2014


Author: scantor
Date: Tue Feb 25 19:26:41 2014
New Revision: 5479

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5479&view=rev
Log:
Rename authn flow file to match better.

Added:
    trunk/idp-conf/src/main/resources/conf/general-authn-config.xml
      - copied, changed from r5477, trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml
Modified:
    trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml
    trunk/idp-conf/src/main/resources/conf/global-user.xml

Copied: trunk/idp-conf/src/main/resources/conf/general-authn-config.xml (from r5477, trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml)
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/general-authn-config.xml?p2=trunk/idp-conf/src/main/resources/conf/general-authn-config.xml&p1=trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml&r1=5477&r2=5479&rev=5479&view=diff
==============================================================================
    (empty)

Modified: trunk/idp-conf/src/main/resources/conf/global-user.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/global-user.xml?rev=5479&r1=5478&r2=5479&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/global-user.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/global-user.xml Tue Feb 25 19:26:41 2014
@@ -12,7 +12,7 @@
 	<context:property-placeholder location="file://${idp.home}/conf/idp.properties" />
 
 	<import resource="authn-comparison.xml" />
-	<import resource="authn-flow-descriptors.xml" />
+	<import resource="general-authn-config.xml" />
     <import resource="subject-config.xml" />
 	<import resource="attribute-params-config.xml" />
 



More information about the commits mailing list