From fb24327ab4389d5148b417380a2dce8c3e6d72f8 Mon Sep 17 00:00:00 2001 From: Pedro Igor Date: Tue, 10 Dec 2024 11:01:48 -0300 Subject: [PATCH] Updating docs Signed-off-by: Pedro Igor --- .../documentation/server_admin/topics/user-federation/ldap.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/documentation/server_admin/topics/user-federation/ldap.adoc b/docs/documentation/server_admin/topics/user-federation/ldap.adoc index 7467d095bdf8..ab0ddb91b6ca 100644 --- a/docs/documentation/server_admin/topics/user-federation/ldap.adoc +++ b/docs/documentation/server_admin/topics/user-federation/ldap.adoc @@ -175,6 +175,8 @@ The LDAP connection pool configuration is configured using the following system | `com.sun.jndi.ldap.connect.pool.debug` | A string that indicates the level of debug output to produce. Valid values are "fine" (trace connection creation and removal) and "all" (all debugging information) |=== +By default, connection pooling is enabled for both `plain` and `ssl` protocols. + For more details, see the link:https://docs.oracle.com/javase/jndi/tutorial/ldap/connect/config.html[Java LDAP Connection Pooling Configuration] documentation. To set any of these properties, you can set the `JAVA_OPTS_APPEND` environment variable: