|
NAMEkrb5_get_forwarded_creds ,
krb5_fwd_tgt_creds —
get forwarded credentials from the KDC
LIBRARYKerberos 5 Library (libkrb5, -lkrb5)SYNOPSIS#include <krb5.h>
krb5_error_code
krb5_error_code
DESCRIPTIONkrb5_get_forwarded_creds () and
krb5_fwd_tgt_creds () get tickets forwarded to
hostname. If the tickets that are forwarded are
address-less, the forwarded tickets will also be address-less, otherwise
hostname will be used for figure out the address to
forward the ticket too.
SEE ALSOkrb5(3), krb5_get_credentials(3), krb5.conf(5)
Visit the GSP FreeBSD Man Page Interface. |