1
0
mirror of synced 2026-08-05 01:36:56 +00:00

SEC-651: Support for ldap-user-service bean.

This commit is contained in:
Luke Taylor
2008-01-28 00:47:34 +00:00
parent 544df3ea09
commit 5738a51040
9 changed files with 241 additions and 48 deletions
@@ -57,8 +57,12 @@
scott/wombat
-->
<!--
Uncomment to authenticate against an embedded LDAP server.
<ldap-server ldif="classpath:users.ldif" />
<ldap-authentication-provider />
<ldap-user-service user-search-filter="(uid={0}" group-search-filter="member={0}"/>
-->
<authentication-provider>
@@ -69,4 +73,5 @@
<user name="scott" password="2b58af6dddbd072ed27ffc86725d7d3a" authorities="ROLE_USER" />
</user-service>
</authentication-provider>
</beans:beans>