This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new a6c40b8765 Improve docs for useDelegatedCredential
a6c40b8765 is described below

commit a6c40b876577918b88afd3900931b83fc0dc3f40
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 19 16:25:27 2025 +0000

    Improve docs for useDelegatedCredential
---
 webapps/docs/config/realm.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/config/realm.xml b/webapps/docs/config/realm.xml
index ae77d04614..6d5f10261c 100644
--- a/webapps/docs/config/realm.xml
+++ b/webapps/docs/config/realm.xml
@@ -519,8 +519,12 @@
         <p>When the JNDIRealm is used with the SPNEGO authenticator, delegated
         credentials for the user may be available. If such credentials are
         present, this attribute controls whether or not they are used to
-        connect to the directory. If not specified, the default value of
-        <code>true</code> is used.</p>
+        connect to the directory. If delegated credentials are present but not
+        used because this attribute is <code>false</code>, the behaviour will 
be
+        as described in <code>roleSearchAsUser</code>, <code>userPattern</code>
+        and <code>userSearchAsUser</code> when delegated credentials are not
+        used. If not specified, the default value of <code>true</code> is
+        used.</p>
       </attribute>
 
       <attribute name="userBase" required="false">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to