xref: /freebsd/crypto/krb5/doc/html/_sources/appdev/refs/api/krb5_get_in_tkt_with_password.rst.txt (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1krb5_get_in_tkt_with_password
2=============================
3
4..
5
6.. c:function:: krb5_error_code krb5_get_in_tkt_with_password(krb5_context context, krb5_flags options, krb5_address *const * addrs, krb5_enctype * ktypes, krb5_preauthtype * pre_auth_types, const char * password, 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	          **password**
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_password().
40
41
42
43
44
45
46
47
48
49
50
51
52
53..
54
55
56
57
58
59