From 29133cfb1a0f44d9da837c1609bb0671ef1337c2 Mon Sep 17 00:00:00 2001 From: Mattias Hellborg Arthursson Date: Mon, 18 Nov 2013 10:11:23 +0100 Subject: [PATCH] LDAP-279: Included reference to samples in documentation. --- src/asciidoc/index.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 9f449865..de44da98 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -158,6 +158,8 @@ At a minimum, to use Spring LDAP you need: * __spring-beans__ (contains interfaces and classes for manipulating Java beans) +* __spring-data-commons__ (base infrastructure for repository suppport, etc.) + * __slf4j__ (a simple logging facade, used internally) * __commons-lang__ (misc utilities, used internally) @@ -198,7 +200,8 @@ Below is a list of the most important changes in Spring LDAP 2.0. * Fluent LDAP query support has been added. This makes for a more pleasant programming experience when working with LDAP searches in Spring LDAP. See <> and <> for more information about the LDAP query builder support. * The old `authenticate` methods in `LdapTemplate` have been deprecated in favor of a couple of new `authenticate` methods that work with `LdapQuery` objects and __throw exceptions__ on authentication failure, making it easier for the user to find out what caused an authentication attempt to fail. - +=== Getting Started +The https://github.com/spring-projects/spring-ldap/tree/master/samples[samples] provide some useful examples on how to use Spring LDAP for common usecases. === Support Spring LDAP 2.0 is supported on Spring 2.0 and later.