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

noreply at shibboleth.net noreply at shibboleth.net
Sat Oct 11 06:09:14 EDT 2014


Author: rdw
Date: Sat Oct 11 06:09:13 2014
New Revision: 6675

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6675&view=rev
Log:
Missing bean needed to perform LDAP Authentication

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

Modified: trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-ad-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-ad-config.xml?rev=6675&r1=6674&r2=6675&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-ad-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-ad-config.xml Sat Oct 11 06:09:13 2014
@@ -18,6 +18,8 @@
     <bean id="authenticationResponseHandler" class="org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler" />
     <bean id="formatDnResolver" class="org.ldaptive.auth.FormatDnResolver" p:format-ref="shibboleth.authn.LDAP.dn-format" />
     <bean id="bindConnectionConfig" parent="connectionConfig" />
+    
+    <bean id="searchConnectionConfig" parent="connectionConfig" />
 
     <!-- Having SSL trust issues? Configure trust by adding
     <bean id="sslConfig" class="org.ldaptive.ssl.SslConfig">



More information about the commits mailing list