[java-idp-testbed COMMIT] /trunk/src/main/resources/conf/jaas-authn-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Oct 21 22:09:27 EDT 2013
Author: scantor
Date: Mon Oct 21 22:09:27 2013
New Revision: 25
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=25&view=rev
Log:
Accidentally included predicate.
Modified:
trunk/src/main/resources/conf/jaas-authn-config.xml
Modified: trunk/src/main/resources/conf/jaas-authn-config.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/conf/jaas-authn-config.xml?rev=25&r1=24&r2=25&view=diff
==============================================================================
--- trunk/src/main/resources/conf/jaas-authn-config.xml (original)
+++ trunk/src/main/resources/conf/jaas-authn-config.xml Mon Oct 21 22:09:27 2013
@@ -26,9 +26,6 @@
<bean id="shibboleth.authn.JAAS.UsernameFieldName" class="java.lang.String" c:_0="username" />
<bean id="shibboleth.authn.JAAS.PasswordFieldName" class="java.lang.String" c:_0="password" />
<bean id="shibboleth.authn.JAAS.SSOBypassFieldName" class="java.lang.String" c:_0="donotcache" />
-
- <bean id="shibboleth.authn.JAAS.resultCachingPredicate" class="com.google.common.base.Predicates"
- factory-method="alwaysFalse" />
<!-- Simple transforms to apply to username before validation. -->
<bean id="shibboleth.authn.JAAS.Lowercase" class="java.lang.Boolean">
More information about the commits
mailing list