[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jul 2 20:29:12 EDT 2014
Author: scantor
Date: Wed Jul 2 20:29:12 2014
New Revision: 6209
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6209&view=rev
Log:
Use LDAP back-end by default like before.
Modified:
trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml
Modified: trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml?rev=6209&r1=6208&r2=6209&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml Wed Jul 2 20:29:12 2014
@@ -15,9 +15,9 @@
<bean class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"
p:placeholderPrefix="%{" p:placeholderSuffix="}" />
- <import resource="jaas-authn-config.xml" />
-
-<!-- <import resource="ldap-authn-config.xml" /> -->
+ <!-- Choose an import based on the back-end you want to use. -->
+ <!-- <import resource="jaas-authn-config.xml" /> -->
+ <import resource="ldap-authn-config.xml" />
<!-- Names of form fields to pull username and password from. -->
More information about the commits
mailing list