Home
last modified time | relevance | path

Searched refs:use_first_pass (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/pam-krb5/tests/data/scripts/long/
H A Duse-first1 # Test use_first_pass with an excessively long password. -*- conf -*-
8 auth = use_first_pass
H A Duse-first-debug1 # 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 Duse-first1 # Test use_first_pass without saving a ticket cache. -*- conf -*-
11 auth = use_first_pass no_ccache
/freebsd/contrib/pam-krb5/module/
H A Doptions.c75 { K(use_first_pass), false, BOOL (false) },
152 if (config->force_first_pass && config->use_first_pass) { in pamk5_init()
154 config->use_first_pass = 0; in pamk5_init()
156 if (config->use_first_pass && config->try_first_pass) { in pamk5_init()
H A Dinternal.h105 bool use_first_pass; /* Always use the previous password. */ member
H A Dauth.c235 const bool use = args->config->use_first_pass; in maybe_retrieve_password()
1060 args->config->use_first_pass = true; in pamk5_authenticate()
H A Dpassword.c338 if (!args->config->force_first_pass && !args->config->use_first_pass) in pamk5_password()
/freebsd/contrib/pam-krb5/tests/data/scripts/bad-authtok/
H A Duse-first1 # Test use_first_pass with a bad initial AUTHTOK. -*- conf -*-
11 auth = use_first_pass no_ccache
H A Duse-first-debug1 # 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 Duse-first1 # Test basic auth w/no AUTHTOK and use_first_pass. -*- conf -*-
11 auth = use_first_pass no_ccache
H A Dno-prompt-use1 # Defer prompting to the Kerberos library w/use_first_pass. -*- conf -*-
/freebsd/contrib/pam-krb5/tests/data/scripts/expired/
H A Ddefer-mit11 auth = defer_pwchange use_first_pass
13 password = ignore_k5login use_first_pass
H A Ddefer-mit-debug11 auth = defer_pwchange use_first_pass debug
13 password = ignore_k5login use_first_pass debug
/freebsd/contrib/openpam/
H A DTODO1 - Fix try_first_pass / use_first_pass (pam_get_authtok() code &
H A DHISTORY504 try_first_pass, and use_first_pass options.
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DREADME16 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 DPLATFORMS25 "use_first_pass" with pam_unix.
/freebsd/lib/libpam/modules/pam_exec/
H A Dpam_exec.c110 int use_first_pass; member
141 options->use_first_pass = 1; in parse_options()
256 if (options->use_first_pass || in _pam_exec()
/freebsd/lib/libpam/pam.d/
H A DREADME48 use_first_pass: try authentication using password from the
/freebsd/contrib/pam-krb5/
H A DNEWS284 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
H A DREADME.md334 login auth required /usr/lib/security/pam_unix_auth.so.1 use_first_pass
H A DREADME308 login auth required /usr/lib/security/pam_unix_auth.so.1 use_first_pass
/freebsd/contrib/pam-krb5/docs/
H A Dpam_krb5.pod765 user. Also see I<try_first_pass> and I<use_first_pass> for weaker
784 module and wants to use I<use_first_pass>. The Kerberos library also
802 entered password, if I<try_first_pass>, I<use_first_pass>, or
824 I<use_first_pass> and I<force_first_pass> for stronger versions of this
839 =item use_first_pass