[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/ipaddress-authn-config.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Apr 30 10:47:36 EDT 2014


Author: tzeller
Date: Wed Apr 30 10:47:36 2014
New Revision: 5807

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5807&view=rev
Log:
Remove the use of bean profiles to configure IP address based authn in the testbed. Instead, manually assemble the IP address authn flow and map of principal names to IP ranges.

Modified:
    trunk/idp-conf/src/main/resources/conf/ipaddress-authn-config.xml

Modified: trunk/idp-conf/src/main/resources/conf/ipaddress-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/ipaddress-authn-config.xml?rev=5807&r1=5806&r2=5807&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/ipaddress-authn-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/ipaddress-authn-config.xml Wed Apr 30 10:47:36 2014
@@ -37,19 +37,4 @@
         -->
     </util:map>
 
-
-    <!-- Bean definitions for tests. This will probably change. -->
-    <beans profile="dev">
-        
-        <util:map id="shibboleth.authn.IPAddress.Mappings">
-            <entry key="jdoe">
-                <list>
-                    <value>127.0.0.1/32</value>
-                    <value>::1/128</value>
-                </list>
-            </entry>
-        </util:map>
-
-    </beans>
-
 </beans>



More information about the commits mailing list