krb5_get_forwarded_creds

Langue: en

Version: 294517 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)


BSD mandoc
HEIMDAL

NAME

krb5_get_forwarded_creds krb5_fwd_tgt_creds - get forwarded credentials from the KDC

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.

SEE ALSO

krb5(3), krb5_get_credentials3, krb5.conf5