Home
last modified time | relevance | path

Searched full:use_first_pass (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.862 .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 Dpam_unix.876 .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 Doptions.c72 { 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 Dpam_ksu.888 .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 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/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/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.872 .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 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/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_tacplus/
H A Dpam_tacplus.857 .Bl -tag -width ".Cm use_first_pass"
58 .It Cm use_first_pass
/freebsd/contrib/openpam/lib/libpam/
H A Dpam_get_authtok.c108 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 Dopenpam_nullconv.c80 * ;use_first_pass option for all modules that require access to the
/freebsd/contrib/openpam/
H A DTODO1 - Fix try_first_pass / use_first_pass (pam_get_authtok() code &
/freebsd/lib/libpam/modules/pam_passwdqc/
H A Dpam_passwdqc.8237 .It Cm use_first_pass , use_authtok
243 .Cm use_first_pass
/freebsd/contrib/openpam/doc/man/
H A Dopenpam_nullconv.328 .Dv use_first_pass
/freebsd/lib/libpam/modules/pam_exec/
H A Dpam_exec.c110 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 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
/freebsd/lib/libpam/pam.d/
H A DREADME48 use_first_pass: try authentication using password from the

12