1KRB5_GET_FORWARDED_CR... BSD Library Functions Manual KRB5_GET_FORWARDED_CR...
2

NAME

4     krb5_get_forwarded_creds, krb5_fwd_tgt_creds — get forwarded credentials
5     from the KDC
6

LIBRARY

8     Kerberos 5 Library (libkrb5, -lkrb5)
9

SYNOPSIS

11     #include <krb5.h>
12
13     krb5_error_code
14     krb5_get_forwarded_creds(krb5_context context,
15         krb5_auth_context auth_context, krb5_ccache ccache, krb5_flags flags,
16         const char *hostname, krb5_creds *in_creds, krb5_data *out_data);
17
18     krb5_error_code
19     krb5_fwd_tgt_creds(krb5_context context, krb5_auth_context auth_context,
20         const char *hostname, krb5_principal client, krb5_principal server,
21         krb5_ccache ccache, int forwardable, krb5_data *out_data);
22

DESCRIPTION

24     krb5_get_forwarded_creds() and krb5_fwd_tgt_creds() get tickets forwarded
25     to hostname. If the tickets that are forwarded are address-less, the for‐
26     warded tickets will also be address-less, otherwise hostname will be used
27     for figure out the address to forward the ticket too.
28

SEE ALSO

30     krb5(3), krb5_get_credentials(3), krb5.conf(5)
31
32HEIMDAL                          July 26, 2004                         HEIMDAL
Impressum