Skip to content

Commit

Permalink
spring security ctx.
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Jun 20, 2017
1 parent d29c9a4 commit f85586a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 69 deletions.

This file was deleted.

Expand Up @@ -21,7 +21,7 @@
</bean>

<bean id="midPointAuthenticationProvider"
class="org.springframework.security.ldap.authentication.LdapAuthenticationProvider">
class="com.evolveum.midpoint.model.impl.security.MidPointLdapAuthenticationProvider">
<constructor-arg>
<bean
class="org.springframework.security.ldap.authentication.BindAuthenticator">
Expand All @@ -32,7 +32,7 @@
</list>
</property>
<!-- OPTIONAL -->
<!-- <property name="userSearch" ref="userSearch" /> -->
<!-- <property name="userSearch" ref="userSearch" /> -->
</bean>
</constructor-arg>
<property name="userDetailsContextMapper" ref="userDetailsService" />
Expand All @@ -45,5 +45,5 @@
<constructor-arg index="2" ref="contextSource" />
<property name="searchSubtree" value="${auth.ldap.search.subtree}" />
</bean>

</beans>

0 comments on commit f85586a

Please sign in to comment.