Searched refs:fast_ccache (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/pam-krb5/module/ |
| H A D | options.c | 46 { K(fast_ccache), true, STRING (NULL) }, 197 if (config->fast_ccache || config->anon_fast) { in pamk5_init() 251 free(config->fast_ccache); in pamk5_free()
|
| H A D | internal.h | 70 char *fast_ccache; /* Cache containing armor ticket. */ member
|
| H A D | fast.c | 166 const char *cache = args->config->fast_ccache; in fast_setup_cache()
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/fast/ |
| H A D | ccache | 11 auth = force_first_pass no_ccache fast_ccache=%0
|
| H A D | no-ccache | 11 auth = force_first_pass no_ccache fast_ccache=%0BAD
|
| H A D | ccache-debug | 11 auth = force_first_pass no_ccache fast_ccache=%0 debug
|
| H A D | no-ccache-debug | 11 auth = force_first_pass no_ccache fast_ccache=%0BAD debug
|
| /freebsd/contrib/pam-krb5/docs/ |
| H A D | pam_krb5.pod | 370 I<fast_ccache> instead of this option. If both I<fast_ccache> and 371 I<anon_fast> are set, the ticket cache named by I<fast_ccache> will be 378 The operation is the same as if using the I<fast_ccache> option, but the 379 cache is created and destroyed automatically. If both I<fast_ccache> and 380 I<anon_fast> options are used, the I<fast_ccache> takes precedent and no 383 =item fast_ccache=<ccache_name> 407 I<fast_ccache> and I<anon_fast> are set, the ticket cache named by 408 I<fast_ccache> will be tried first, and the Kerberos PAM module will fall
|
| /freebsd/contrib/pam-krb5/ |
| H A D | NEWS | 199 armor. If fast_ccache and anon_fast are both specified, anonymous 397 Add a fast_ccache option that, if set, points to a Kerberos ticket
|