1krb5_get_init_creds_opt_set_fast_ccache_name -  Set location of FAST armor ccache in initial credential options.
2=================================================================================================================
3
4..
5
6.. c:function:: krb5_error_code krb5_get_init_creds_opt_set_fast_ccache_name(krb5_context context, krb5_get_init_creds_opt * opt, const char * fast_ccache_name)
7
8..
9
10
11:param:
12
13	          **[in]** **context** - Library context
14
15	          **[in]** **opt** - Options
16
17	          **[in]** **fast_ccache_name** - Credential cache name
18
19
20..
21
22
23
24..
25
26
27
28
29
30
31
32Sets the location of a credential cache containing an armor ticket to protect an initial credential exchange using the FAST protocol extension.
33
34
35
36In version 1.7, setting an armor ccache requires that FAST be used for the exchange. In version 1.8 or later, setting the armor ccache causes FAST to be used if the KDC supports it; krb5_get_init_creds_opt_set_fast_flags() must be used to require that FAST be used.
37
38
39
40
41
42
43..
44
45
46
47
48
49