Home
last modified time | relevance | path

Searched refs:try_pkinit (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/pam-krb5/tests/data/scripts/pkinit/
H A Dprompt-try1 # Test try_pkinit with an initial prompt. -*- conf -*-
11 auth = no_ccache try_pkinit pkinit_user=FILE:%0 pkinit_prompt
H A Dtry-pkinit11 auth = no_ccache try_pkinit pkinit_user=FILE:%0
H A Dpreauth-opt-mit11 auth = no_ccache try_pkinit preauth_opt=X509_user_identity=FILE:%0
H A Dtry-pkinit-debug11 auth = debug no_ccache try_pkinit pkinit_user=FILE:%0
H A Dtry-pkinit-debug-mit11 auth = debug no_ccache try_pkinit pkinit_user=FILE:%0
/freebsd/contrib/pam-krb5/module/
H A Doptions.c73 { K(try_pkinit), true, BOOL (false) },
182 if (config->try_pkinit) { in pamk5_init()
H A Dinternal.h94 bool try_pkinit; /* Attempt PKINIT, fall back to password. */ member
H A Dauth.c179 if (config->use_pkinit || config->try_pkinit) { in set_credential_options()
805 if (args->config->use_pkinit || args->config->try_pkinit) { in pamk5_password_auth()
873 prompt = !(args->config->try_pkinit || args->config->no_prompt); in pamk5_password_auth()
/freebsd/contrib/pam-krb5/
H A DTODO22 with try_pkinit and MIT Kerberos on password fallback and will allow
H A DNEWS373 Do not prompt for a password when try_pkinit is set and the module is
/freebsd/contrib/pam-krb5/docs/
H A Dpam_krb5.pod622 certificate authorities. This option is only used if I<try_pkinit> or
634 information entered at the first prompt is ignored. If I<try_pkinit> is
637 I<try_pkinit> or I<use_pkinit> are set.
652 documentation for more details. This option is only used if I<try_pkinit>
684 =item try_pkinit
977 If I<try_pkinit> is set and pam-krb5 is built with MIT Kerberos, the