Skip to content

Commit

Permalink
Improve docs for useDelegatedCredential
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Feb 19, 2025
1 parent 5708495 commit 11056e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions webapps/docs/config/realm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 11056e8

Please # to comment.