From 241e984ea466ea21dc56984a6e0ab7b96731aa53 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Sun, 25 Aug 2013 11:27:50 -0500 Subject: [PATCH] SEC-2171: Include Information about pooling in Spring LDAP documentation --- docs/manual/src/docbook/ldap-auth-provider.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual/src/docbook/ldap-auth-provider.xml b/docs/manual/src/docbook/ldap-auth-provider.xml index df3d8c8a90..63bb022969 100644 --- a/docs/manual/src/docbook/ldap-auth-provider.xml +++ b/docs/manual/src/docbook/ldap-auth-provider.xml @@ -22,6 +22,11 @@ don't use any third-party LDAP libraries (Mozilla, JLDAP etc.) in the LDAP provider, but extensive use is made of Spring LDAP, so some familiarity with that project may be useful if you plan on adding your own customizations. + When using LDAP authentication, it is important to ensure that you configure LDAP connection + pooling properly. If you are unfamiliar with how to do this, you can refer to the + Java LDAP + documentation.