From d5946b81b4a00672e8e5fdc1887d8f9c33a9f3b6 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 13 Jul 2011 17:50:29 +0100 Subject: [PATCH] Added FAQ on how to add ApacheDS entries to pom. --- docs/faq/src/docbook/faq.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/faq/src/docbook/faq.xml b/docs/faq/src/docbook/faq.xml index 2621abadaf..be57f3299d 100644 --- a/docs/faq/src/docbook/faq.xml +++ b/docs/faq/src/docbook/faq.xml @@ -595,7 +595,8 @@ applications WEB-INF/lib directories. For a basic application, you can start with the tutorial sample. If you want to use LDAP, with an embedded test server, then use the LDAP sample as a starting point. The - reference manual also includes an appendix listing the first-level + reference manual also includes + an appendix listing the first-level dependencies for each Spring Security module with some information on whether they are optional and what they are required for. If you are building your project with maven, then adding the @@ -605,6 +606,24 @@ have to be added to your own pom.xml file if you need them. + + What dependencies are needed to run an embedded ApacheDS LDAP server? + If you are using Maven, you need to add the folowing to your pom dependencies: + org.apache.directory.server + apacheds-core + 1.5.5 + runtime + + + org.apache.directory.server + apacheds-server-jndi + 1.5.5 + runtime + +]]>. The other required jars should be pulled in transitively. + + What is a UserDetailsService and do I need