| /freebsd/lib/libpam/modules/pam_krb5/ |
| H A D | pam_krb5.8 | 62 .Bl -tag -width ".Cm use_first_pass" 73 .It Cm use_first_pass 84 .Cm use_first_pass 173 .Bl -tag -width ".Cm use_first_pass" 179 .It Cm use_first_pass 193 .Cm use_first_pass
|
| /freebsd/lib/libpam/modules/pam_unix/ |
| H A D | pam_unix.8 | 76 .Bl -tag -width ".Cm use_first_pass" 82 .It Cm use_first_pass 92 .Cm use_first_pass 158 .Bl -tag -width ".Cm use_first_pass" 175 .Bl -tag -width ".Cm use_first_pass"
|
| /freebsd/contrib/pam-krb5/module/ |
| H A D | options.c | 72 { K(use_first_pass), false, BOOL (false) }, 144 /* Sanity-check try_first_pass, use_first_pass, and force_first_pass. */ in pamk5_init() 149 if (config->force_first_pass && config->use_first_pass) { in pamk5_init() 150 putil_err(args, "force_first_pass set, ignoring use_first_pass"); in pamk5_init() 151 config->use_first_pass = 0; in pamk5_init() 153 if (config->use_first_pass && config->try_first_pass) { in pamk5_init() 154 putil_err(args, "use_first_pass set, ignoring try_first_pass"); in pamk5_init()
|
| /freebsd/lib/libpam/modules/pam_ksu/ |
| H A D | pam_ksu.8 | 88 .Bl -tag -width ".Cm use_first_pass" 94 .It Cm use_first_pass 111 .Cm use_first_pass
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/long/ |
| H A D | use-first | 1 # Test use_first_pass with an excessively long password. -*- conf -*- 8 auth = use_first_pass
|
| H A D | use-first-debug | 1 # Test use_first_pass with a long password and debug. -*- conf -*- 8 auth = use_first_pass debug
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/stacked/ |
| H A D | use-first | 1 # Test use_first_pass without saving a ticket cache. -*- conf -*- 11 auth = use_first_pass no_ccache
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/bad-authtok/ |
| H A D | use-first | 1 # Test use_first_pass with a bad initial AUTHTOK. -*- conf -*- 11 auth = use_first_pass no_ccache
|
| H A D | use-first-debug | 1 # Test use_first_pass with a bad initial AUTHTOK and debug. -*- conf -*- 11 auth = use_first_pass no_ccache debug
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/no-cache/ |
| H A D | use-first | 1 # Test basic auth w/no AUTHTOK and use_first_pass. -*- conf -*- 11 auth = use_first_pass no_ccache
|
| H A D | no-prompt-use | 1 # Defer prompting to the Kerberos library w/use_first_pass. -*- conf -*-
|
| /freebsd/lib/libpam/modules/pam_ssh/ |
| H A D | pam_ssh.8 | 72 .Bl -tag -width ".Cm use_first_pass" 73 .It Cm use_first_pass 90 .Cm use_first_pass
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/expired/ |
| H A D | defer-mit | 11 auth = defer_pwchange use_first_pass 13 password = ignore_k5login use_first_pass
|
| H A D | defer-mit-debug | 11 auth = defer_pwchange use_first_pass debug 13 password = ignore_k5login use_first_pass debug
|
| /freebsd/contrib/pam_modules/pam_passwdqc/ |
| H A D | README | 16 option to use with the password changing module is "use_first_pass". 134 use_first_pass [] 139 the only difference between "use_first_pass" and "use_authtok" is that
|
| H A D | PLATFORMS | 25 "use_first_pass" with pam_unix.
|
| /freebsd/lib/libpam/modules/pam_tacplus/ |
| H A D | pam_tacplus.8 | 57 .Bl -tag -width ".Cm use_first_pass" 58 .It Cm use_first_pass
|
| /freebsd/contrib/openpam/lib/libpam/ |
| H A D | pam_get_authtok.c | 108 openpam_get_option(pamh, "use_first_pass")) { in pam_get_authtok() 113 } else if (openpam_get_option(pamh, "use_first_pass")) { in pam_get_authtok() 230 * ;use_first_pass:
|
| H A D | openpam_nullconv.c | 80 * ;use_first_pass option for all modules that require access to the
|
| /freebsd/contrib/openpam/ |
| H A D | TODO | 1 - Fix try_first_pass / use_first_pass (pam_get_authtok() code &
|
| /freebsd/lib/libpam/modules/pam_passwdqc/ |
| H A D | pam_passwdqc.8 | 237 .It Cm use_first_pass , use_authtok 243 .Cm use_first_pass
|
| /freebsd/contrib/openpam/doc/man/ |
| H A D | openpam_nullconv.3 | 28 .Dv use_first_pass
|
| /freebsd/lib/libpam/modules/pam_exec/ |
| H A D | pam_exec.c | 110 int use_first_pass; member 140 } else if (strcmp((*argv)[i], "use_first_pass") == 0) { in parse_options() 141 options->use_first_pass = 1; in parse_options() 256 if (options->use_first_pass || in _pam_exec()
|
| /freebsd/contrib/pam-krb5/ |
| H A D | NEWS | 284 expired if force_first_pass or use_first_pass is set in the password 466 parameter in the password group, you will need to add use_first_pass 481 need to add use_first_pass to use_authtok to get the desired behavior. 483 use_first_pass and try_first_pass no longer affect how the new 543 with use_first_pass or use_authtok and there is no password stored in 684 Warn if more than one of use_authtok, use_first_pass, and 1103 Add support for use_authtok, which is like use_first_pass except that
|
| /freebsd/lib/libpam/pam.d/ |
| H A D | README | 48 use_first_pass: try authentication using password from the
|