aboutsummaryrefslogtreecommitdiff
path: root/lib/krb5/krb5_get_forwarded_creds.cat3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/krb5/krb5_get_forwarded_creds.cat3')
-rw-r--r--lib/krb5/krb5_get_forwarded_creds.cat337
1 files changed, 18 insertions, 19 deletions
diff --git a/lib/krb5/krb5_get_forwarded_creds.cat3 b/lib/krb5/krb5_get_forwarded_creds.cat3
index 659006d77042..0cf9282437a7 100644
--- a/lib/krb5/krb5_get_forwarded_creds.cat3
+++ b/lib/krb5/krb5_get_forwarded_creds.cat3
@@ -1,33 +1,32 @@
-
KRB5_GET_FORWARDED_CR... BSD Library Functions Manual KRB5_GET_FORWARDED_CR...
-NNAAMMEE
- kkrrbb55__ggeett__ffoorrwwaarrddeedd__ccrreeddss, kkrrbb55__ffwwdd__ttggtt__ccrreeddss -- get forwarded credentials
+NAME
+ krb5_get_forwarded_creds, krb5_fwd_tgt_creds -- get forwarded credentials
from the KDC
-LLIIBBRRAARRYY
+LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
-SSYYNNOOPPSSIISS
- ##iinncclluuddee <<kkrrbb55..hh>>
+SYNOPSIS
+ #include <krb5.h>
- _k_r_b_5___e_r_r_o_r___c_o_d_e
- kkrrbb55__ggeett__ffoorrwwaarrddeedd__ccrreeddss(_k_r_b_5___c_o_n_t_e_x_t _c_o_n_t_e_x_t,
- _k_r_b_5___a_u_t_h___c_o_n_t_e_x_t _a_u_t_h___c_o_n_t_e_x_t, _k_r_b_5___c_c_a_c_h_e _c_c_a_c_h_e, _k_r_b_5___f_l_a_g_s _f_l_a_g_s,
- _c_o_n_s_t _c_h_a_r _*_h_o_s_t_n_a_m_e, _k_r_b_5___c_r_e_d_s _*_i_n___c_r_e_d_s, _k_r_b_5___d_a_t_a _*_o_u_t___d_a_t_a);
+ krb5_error_code
+ krb5_get_forwarded_creds(krb5_context context,
+ krb5_auth_context auth_context, krb5_ccache ccache, krb5_flags flags,
+ const char *hostname, krb5_creds *in_creds, krb5_data *out_data);
- _k_r_b_5___e_r_r_o_r___c_o_d_e
- kkrrbb55__ffwwdd__ttggtt__ccrreeddss(_k_r_b_5___c_o_n_t_e_x_t _c_o_n_t_e_x_t, _k_r_b_5___a_u_t_h___c_o_n_t_e_x_t _a_u_t_h___c_o_n_t_e_x_t,
- _c_o_n_s_t _c_h_a_r _*_h_o_s_t_n_a_m_e, _k_r_b_5___p_r_i_n_c_i_p_a_l _c_l_i_e_n_t, _k_r_b_5___p_r_i_n_c_i_p_a_l _s_e_r_v_e_r,
- _k_r_b_5___c_c_a_c_h_e _c_c_a_c_h_e, _i_n_t _f_o_r_w_a_r_d_a_b_l_e, _k_r_b_5___d_a_t_a _*_o_u_t___d_a_t_a);
+ krb5_error_code
+ krb5_fwd_tgt_creds(krb5_context context, krb5_auth_context auth_context,
+ const char *hostname, krb5_principal client, krb5_principal server,
+ krb5_ccache ccache, int forwardable, krb5_data *out_data);
-DDEESSCCRRIIPPTTIIOONN
- kkrrbb55__ggeett__ffoorrwwaarrddeedd__ccrreeddss() and kkrrbb55__ffwwdd__ttggtt__ccrreeddss() get tickets forwarded
- to _h_o_s_t_n_a_m_e_. If the tickets that are forwarded are address-less, the for-
- warded tickets will also be address-less, otherwise _h_o_s_t_n_a_m_e will be used
+DESCRIPTION
+ krb5_get_forwarded_creds() and krb5_fwd_tgt_creds() get tickets forwarded
+ to hostname. If the tickets that are forwarded are address-less, the for-
+ warded tickets will also be address-less, otherwise hostname will be used
for figure out the address to forward the ticket too.
-SSEEEE AALLSSOO
+SEE ALSO
krb5(3), krb5_get_credentials(3), krb5.conf(5)
HEIMDAL July 26, 2004 HEIMDAL