1
0
mirror of synced 2026-08-05 09:47:05 +00:00

SEC-619: Added test class for LdapUserDetailsService. The LdapAuthoritiesPopulator interface and also implementations have been moved to the org.springframework.security.ldap package since they are now used by both the ldap provider and the user service.

This commit is contained in:
Luke Taylor
2007-12-09 18:40:28 +00:00
parent 4770c29094
commit 5e0cb21c8d
14 changed files with 94 additions and 32 deletions
@@ -50,7 +50,7 @@
</bean>
</constructor-arg>
<constructor-arg>
<bean class="org.springframework.security.providers.ldap.populator.DefaultLdapAuthoritiesPopulator">
<bean class="org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator">
<constructor-arg><ref local="contextSource"/></constructor-arg>
<constructor-arg><value>ou=groups</value></constructor-arg>
<property name="groupRoleAttribute"><value>ou</value></property>