diff options
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.txt | 6 |
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. |
