aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_get_in_tkt_with_keytab.txt
blob: fd3985bbd2ebfb2ca31a7622c6d1233b40717426 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
krb5_get_in_tkt_with_keytab
===========================

..

.. 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)

..


:param:

	          **context**

	          **options**

	          **addrs**

	          **ktypes**

	          **pre_auth_types**

	          **arg_keytab**

	          **ccache**

	          **creds**

	          **ret_as_reply**


..



..


DEPRECATED Replaced by krb5_get_init_creds_keytab() . 













..