Skip to content
Snippets Groups Projects
Commit de0b2134 authored by srosse's avatar srosse
Browse files

OO-729,OO-1291: readd the LDAP provider

parent 8ef22043
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,17 @@ ...@@ -58,7 +58,17 @@
<constructor-arg index="4" value="o_icon_provider_shibboleth"/> <constructor-arg index="4" value="o_icon_provider_shibboleth"/>
</bean> </bean>
</entry> </entry>
<!-- The LDAP authentication provider --> <!-- The LDAP authentication provider -->
<entry key="LDAP">
<bean id="LDAPAuthenticationProvider" class="org.olat.login.auth.AuthenticationProvider" >
<constructor-arg index="0" value="LDAP"/>
<constructor-arg index="1" value="org.olat.ldap.ui.LDAPAuthenticationController"/>
<constructor-arg index="2" value="${ldap.enable}"/>
<constructor-arg index="3" value="${ldap.default}"/>
<constructor-arg index="4" value="o_icon_provider_ldap"/>
</bean>
</entry>
<!-- The OAuth authentication providers -->
<entry key="OAuth"> <entry key="OAuth">
<bean id="OAuthAuthenticationProvider" class="org.olat.login.oauth.OAuthAuthenticationProvider" > <bean id="OAuthAuthenticationProvider" class="org.olat.login.oauth.OAuthAuthenticationProvider" >
<constructor-arg index="0" value="OAuth"/> <constructor-arg index="0" value="OAuth"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment