This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new cc58f50880 Improve docs for useDelegatedCredential
cc58f50880 is described below
commit cc58f50880b90ba7cf4440e0c5576500c9fd21d0
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 8db7609703..a9dc10bb43 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]