krb5_get_forwarded_creds(3)
get forwarded credentials from the KDC
Other Alias
krb5_fwd_tgt_creds
LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
SYNOPSIS
In krb5.h
Ft krb5_error_code
Fo krb5_get_forwarded_creds
Fa krb5_context context
Fa krb5_auth_context auth_context
Fa krb5_ccache ccache
Fa krb5_flags flags
Fa const char *hostname
Fa krb5_creds *in_creds
Fa krb5_data *out_data
Fc Ft krb5_error_code
Fo krb5_fwd_tgt_creds
Fa krb5_context context
Fa krb5_auth_context auth_context
Fa const char *hostname
Fa krb5_principal client
Fa krb5_principal server
Fa krb5_ccache ccache
Fa int forwardable
Fa krb5_data *out_data
Fc
DESCRIPTION
Fn krb5_get_forwarded_creds
and
Fn krb5_fwd_tgt_creds
get tickets forwarded to
Fa hostname.
If the tickets that are forwarded are address-less, the forwarded
tickets will also be address-less, otherwise
Fa hostname
will be used for figure out the address to forward the ticket too.