[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/global-beans.xml flows/authn/ipaddress-au...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Oct 16 12:00:14 EDT 2013
Author: scantor
Date: Wed Oct 16 12:00:14 2013
New Revision: 4866
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4866&view=rev
Log:
Baby step simplifying a login method config.
Modified:
trunk/idp-conf/src/main/resources/conf/global-beans.xml
trunk/idp-conf/src/main/resources/flows/authn/ipaddress-authn-beans.xml
Modified: trunk/idp-conf/src/main/resources/conf/global-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/global-beans.xml?rev=4866&r1=4865&r2=4866&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/global-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/global-beans.xml Wed Oct 16 12:00:14 2013
@@ -19,6 +19,7 @@
<property name="converters">
<list>
<bean class="net.shibboleth.ext.spring.config.DurationToLongConverter"/>
+ <bean class="net.shibboleth.ext.spring.config.StringToIPRangeConverter"/>
</list>
</property>
</bean>
Modified: trunk/idp-conf/src/main/resources/flows/authn/ipaddress-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/flows/authn/ipaddress-authn-beans.xml?rev=4866&r1=4865&r2=4866&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/flows/authn/ipaddress-authn-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/flows/authn/ipaddress-authn-beans.xml Wed Oct 16 12:00:14 2013
@@ -21,7 +21,7 @@
p:principalName="jdoe">
<property name="designatedRanges">
<list>
- <bean class="net.shibboleth.utilities.java.support.net.IPRange" factory-method="parseCIDRBlock" c:cidrBlock="127.0.0.1/32" />
+ <value>127.0.0.1/32</value>
</list>
</property>
</bean>
More information about the commits
mailing list