Home
last modified time | relevance | path

Searched full:use_pkinit (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/pam-krb5/tests/data/scripts/pkinit/
H A Dno-use-pkinit1 # Test for unsupported use_pkinit. -*- conf -*-
11 auth = no_ccache use_pkinit
17 ERR use_pkinit requested but PKINIT not available or cannot be enforced
H A Dprompt-use1 # Test use_pkinit with an initial prompt. -*- conf -*-
11 auth = no_ccache use_pkinit pkinit_user=FILE:%0 pkinit_prompt
H A Dbasic11 auth = no_ccache use_pkinit pkinit_user=FILE:%0
H A Dpin-mit11 auth = no_ccache use_pkinit pkinit_user=PKCS12:%0
H A Dbasic-debug11 auth = debug no_ccache use_pkinit pkinit_user=FILE:%0
/freebsd/contrib/pam-krb5/module/
H A Doptions.c73 { K(use_pkinit), true, BOOL (false) },
175 * method (krb5_get_init_creds_opt_set_pa) can't support use_pkinit. in pamk5_init()
181 } else if (config->use_pkinit) { in pamk5_init()
182 putil_err(args, "use_pkinit requested but PKINIT not available"); in pamk5_init()
186 if (config->use_pkinit) { in pamk5_init()
187 putil_err(args, "use_pkinit requested but PKINIT cannot be enforced"); in pamk5_init()
H A Dauth.c179 if (config->use_pkinit || config->try_pkinit) { in set_credential_options()
552 args->config->use_pkinit in pkinit_auth()
794 * if PKINIT is not available and use_pkinit was set. Fake an error code in pamk5_password_auth()
799 if (args->config->use_pkinit || args->config->try_pkinit) { in pamk5_password_auth()
808 if (args->config->use_pkinit) in pamk5_password_auth()
813 if (args->config->use_pkinit) { in pamk5_password_auth()
H A Dinternal.h92 bool use_pkinit; /* Require PKINIT. */ member
H A Dprompting.c453 * Kerberos as part of the implementation of try_pkinit and use_pkinit.
/freebsd/contrib/pam-krb5/
H A DTODO23 implementation of use_pkinit for MIT. Based on discussion with MIT
101 with use_pkinit enabled.
H A DNEWS49 Support use_pkinit with MIT Kerberos. (Debian Bug#871699)
901 If use_pkinit is set in the PAM configuration and PKINIT isn't
H A DREADME.md62 the use_pkinit PAM option.
H A DREADME60 required to use the use_pkinit PAM option.
/freebsd/contrib/pam-krb5/tests/module/
H A Dpkinit-t.c69 * to implement the prompting for the use_pkinit case ourselves. To do in main()
/freebsd/lib/libpam/modules/pam_krb5/
H A Dpam-krb5.8645 \&\fItry_pkinit\fR or \fIuse_pkinit\fR are set.
662 or \fIuse_pkinit\fR are set.
708 .IP use_pkinit 4
709 .IX Item "use_pkinit"
/freebsd/contrib/pam-krb5/docs/
H A Dpam_krb5.pod620 I<use_pkinit> are set.
634 I<try_pkinit> or I<use_pkinit> are set.
650 or I<use_pkinit> are set.
699 =item use_pkinit
H A Ddocknot.yaml139 the use_pkinit PAM option.