Searched refs:anon_fast (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/pam-krb5/tests/data/scripts/fast/ |
| H A D | anonymous | 11 auth = force_first_pass no_ccache anon_fast
|
| H A D | anonymous-debug | 11 auth = force_first_pass no_ccache anon_fast debug
|
| /freebsd/contrib/pam-krb5/module/ |
| H A D | options.c | 37 { K(anon_fast), true, BOOL (false) }, 197 if (config->fast_ccache || config->anon_fast) { in pamk5_init()
|
| H A D | internal.h | 71 bool anon_fast; /* sets up an anonymous fast armor cache */ member
|
| H A D | fast.c | 212 if (!args->config->anon_fast) in fast_setup_anon()
|
| /freebsd/contrib/pam-krb5/docs/ |
| H A D | pam_krb5.pod | 352 =item anon_fast 371 I<anon_fast> are set, the ticket cache named by I<fast_ccache> will be 380 I<anon_fast> options are used, the I<fast_ccache> takes precedent and no 385 [4.3] The same as I<anon_fast>, but use an existing Kerberos ticket cache 403 To use anonymous PKINIT to protect the FAST exchange, use the I<anon_fast> 404 option instead. I<anon_fast> is easier to configure, since no existing 407 I<fast_ccache> and I<anon_fast> are set, the ticket cache named by
|
| /freebsd/contrib/pam-krb5/ |
| H A D | NEWS | 196 Add an anon_fast option that attempts anonymous authentication 199 armor. If fast_ccache and anon_fast are both specified, anonymous
|