Searched full:use_pkinit (Results 1 – 17 of 17) sorted by relevance
1 # Test for unsupported use_pkinit. -*- conf -*-11 auth = no_ccache use_pkinit17 ERR use_pkinit requested but PKINIT not available or cannot be enforced
1 # Test use_pkinit with an initial prompt. -*- conf -*-11 auth = no_ccache use_pkinit pkinit_user=FILE:%0 pkinit_prompt
11 auth = no_ccache use_pkinit pkinit_user=FILE:%0
11 auth = no_ccache use_pkinit pkinit_user=PKCS12:%0
11 auth = debug no_ccache use_pkinit pkinit_user=FILE:%0
73 { 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()
179 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()
92 bool use_pkinit; /* Require PKINIT. */ member
453 * Kerberos as part of the implementation of try_pkinit and use_pkinit.
23 implementation of use_pkinit for MIT. Based on discussion with MIT101 with use_pkinit enabled.
49 Support use_pkinit with MIT Kerberos. (Debian Bug#871699)901 If use_pkinit is set in the PAM configuration and PKINIT isn't
62 the use_pkinit PAM option.
60 required to use the use_pkinit PAM option.
69 * to implement the prompting for the use_pkinit case ourselves. To do in main()
645 \&\fItry_pkinit\fR or \fIuse_pkinit\fR are set.662 or \fIuse_pkinit\fR are set.708 .IP use_pkinit 4709 .IX Item "use_pkinit"
620 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
139 the use_pkinit PAM option.