SEC-2665: Fix samples/ldap-jc link in reference

This commit is contained in:
Rob Winch 2014-07-21 14:20:14 -05:00
parent 3289c1c92a
commit b97b84063a
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception
==== LDAP Authentication
You can find the updates to suppport LDAP based authentication. The https://github.com/spring-projects/spring-security/tree/master/samples/lda-jc[ldap-jc sample] provides a complete example of using LDAP based authentication.
You can find the updates to suppport LDAP based authentication. The https://github.com/spring-projects/spring-security/tree/master/samples/ldap-jc[ldap-jc sample] provides a complete example of using LDAP based authentication.
[source,java]
----