aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_get_credentials.rst.txt
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2025-08-06 06:52:23 +0000
committerCy Schubert <cy@FreeBSD.org>2025-08-06 06:54:05 +0000
commitd82a140dad3a571d66abb2da24acbba90191f168 (patch)
tree6b7498b7e81af8f9e6e286c2a42526d63bc94858 /doc/html/_sources/appdev/refs/api/krb5_get_credentials.rst.txt
parent8f7d3ef26dec89a92ec0665de84a5936310a5574 (diff)
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_get_credentials.rst.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_get_credentials.rst.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_get_credentials.rst.txt b/doc/html/_sources/appdev/refs/api/krb5_get_credentials.rst.txt
index 7a72b39af08f..b4fbcd69b0e7 100644
--- a/doc/html/_sources/appdev/refs/api/krb5_get_credentials.rst.txt
+++ b/doc/html/_sources/appdev/refs/api/krb5_get_credentials.rst.txt
@@ -45,16 +45,16 @@ Use *ccache* or a TGS exchange to get a service ticket matching *in_creds* .
Valid values for *options* are:
- - #KRB5_GC_CACHED Search only credential cache for the ticket
+ - KRB5_GC_CACHED Search only credential cache for the ticket
- - #KRB5_GC_USER_USER Return a user to user authentication ticket
+ - KRB5_GC_USER_USER Return a user to user authentication ticket
*in_creds* must be non-null. *in_creds->client* and *in_creds->server* must be filled in to specify the client and the server respectively. If any authorization data needs to be requested for the service ticket (such as restrictions on how the ticket can be used), specify it in *in_creds->authdata* ; otherwise set *in_creds->authdata* to NULL. The session key type is specified in *in_creds->keyblock.enctype* , if it is nonzero.
-The expiration date is specified in *in_creds->times.endtime* . The KDC may return tickets with an earlier expiration date. If *in_creds->times.endtime* is set to 0, the latest possible expiration date will be requested.
+If *in_creds->times.endtime* is specified, it is used as the requested expiration date if a TGS request is made. If *in_creds->times.endtime* is set to 0, the latest possible expiration date will be requested. The KDC or cache may return a ticket with an earlier expiration date.