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.