1krb5_get_in_tkt_with_keytab 2=========================== 3 4.. 5 6.. c:function:: krb5_error_code krb5_get_in_tkt_with_keytab(krb5_context context, krb5_flags options, krb5_address *const * addrs, krb5_enctype * ktypes, krb5_preauthtype * pre_auth_types, krb5_keytab arg_keytab, krb5_ccache ccache, krb5_creds * creds, krb5_kdc_rep ** ret_as_reply) 7 8.. 9 10 11:param: 12 13 **context** 14 15 **options** 16 17 **addrs** 18 19 **ktypes** 20 21 **pre_auth_types** 22 23 **arg_keytab** 24 25 **ccache** 26 27 **creds** 28 29 **ret_as_reply** 30 31 32.. 33 34 35 36.. 37 38 39DEPRECATED Replaced by krb5_get_init_creds_keytab(). 40 41 42 43 44 45 46 47 48 49 50 51 52 53.. 54 55 56 57 58 59