This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 9625583ab6 Improve docs for useDelegatedCredential
9625583ab6 is described below
commit 9625583ab69771a5b11f9bbbaa43385e73394093
Author: Mark Thomas <[email protected]>
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 2d559008eb..1544c04b5a 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: [email protected]
For additional commands, e-mail: [email protected]