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

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 17 21:14:57 EST 2014


Author: scantor
Date: Wed Dec 17 21:14:56 2014
New Revision: 7158

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7158&view=rev
Log:
Remove unneeded lazy-init attributes.

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

Modified: trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml?rev=7158&r1=7157&r2=7158&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml Wed Dec 17 21:14:56 2014
@@ -27,12 +27,12 @@
     <alias name="%{idp.authn.LDAP.sslConfig:defaultTrust}" alias="sslConfig" />
 
     <bean id="defaultTrust" class="org.ldaptive.ssl.SslConfig" />
-    <bean id="certificateTrust" class="org.ldaptive.ssl.SslConfig" lazy-init="true">
+    <bean id="certificateTrust" class="org.ldaptive.ssl.SslConfig">
       <property name="credentialConfig">
         <bean class="org.ldaptive.ssl.X509CredentialConfig" p:trustCertificates="%{idp.authn.LDAP.trustCertificates}" /> 
       </property>
     </bean>
-    <bean id="keyStoreTrust" class="org.ldaptive.ssl.SslConfig" lazy-init="true">
+    <bean id="keyStoreTrust" class="org.ldaptive.ssl.SslConfig">
       <property name="credentialConfig">
         <bean class="org.ldaptive.ssl.KeyStoreCredentialConfig" p:trustStore="%{idp.authn.LDAP.trustStore}" /> 
       </property>



More information about the commits mailing list