Home
last modified time | relevance | path

Searched full:try_first_pass (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/lib/libpam/pam.d/
H A Dsshd7 #auth sufficient pam_krb5.so no_warn try_first_pass
8 #auth sufficient pam_ssh.so no_warn try_first_pass
9 auth required pam_unix.so no_warn try_first_pass
22 #password sufficient pam_krb5.so no_warn try_first_pass
23 password required pam_unix.so no_warn try_first_pass
H A Dsystem7 #auth sufficient pam_krb5.so no_warn try_first_pass
8 #auth sufficient pam_ssh.so no_warn try_first_pass
9 auth required pam_unix.so no_warn try_first_pass nullok
22 #password sufficient pam_krb5.so no_warn try_first_pass
23 password required pam_unix.so no_warn try_first_pass
H A Dimap7 #auth sufficient pam_krb5.so no_warn try_first_pass
8 #auth sufficient pam_ssh.so no_warn try_first_pass
9 auth required pam_unix.so no_warn try_first_pass
H A Dpop37 #auth sufficient pam_krb5.so no_warn try_first_pass
8 #auth sufficient pam_ssh.so no_warn try_first_pass
9 auth required pam_unix.so no_warn try_first_pass
H A Dother7 #auth sufficient pam_krb5.so no_warn try_first_pass
8 #auth sufficient pam_ssh.so no_warn try_first_pass
9 auth required pam_unix.so no_warn try_first_pass
H A Dxdm7 #auth sufficient pam_krb5.so no_warn try_first_pass
8 #auth sufficient pam_ssh.so no_warn try_first_pass
9 auth required pam_unix.so no_warn try_first_pass
H A Dftpd8 #auth sufficient pam_ssh.so no_warn try_first_pass
9 auth required pam_unix.so no_warn try_first_pass
H A Dpasswd10 password required pam_unix.so no_warn try_first_pass nullok
H A DREADME50 try_first_pass: first try authentication using password from
/freebsd/contrib/pam-krb5/module/
H A Doptions.c69 { K(try_first_pass), false, BOOL (false) },
144 /* Sanity-check try_first_pass, use_first_pass, and force_first_pass. */ in pamk5_init()
145 if (config->force_first_pass && config->try_first_pass) { in pamk5_init()
146 putil_err(args, "force_first_pass set, ignoring try_first_pass"); in pamk5_init()
147 config->try_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()
155 config->try_first_pass = 0; in pamk5_init()
H A Dauth.c221 * If try_first_pass, use_first_pass, or force_first_pass is set, grab the old
234 const bool try_first = args->config->try_first_pass; in maybe_retrieve_password()
839 * our retry strategy. If try_first_pass is set, we will prompt for a in pamk5_password_auth()
851 * through. If try_first_pass is set and we had an old password, we try in pamk5_password_auth()
866 retry = args->config->try_first_pass; in pamk5_password_auth()
/freebsd/contrib/pam-krb5/tests/data/scripts/stacked/
H A Dtry-first1 # Test try_first_pass without saving a ticket cache. -*- conf -*-
11 auth = try_first_pass no_ccache
/freebsd/contrib/pam-krb5/tests/data/scripts/bad-authtok/
H A Dtry-first1 # Test try_first_pass with a bad initial AUTHTOK. -*- conf -*-
11 auth = try_first_pass no_ccache
H A Dtry-first-debug1 # Test try_first_pass with a bad initial AUTHTOK and debug. -*- conf -*-
11 auth = try_first_pass no_ccache debug
H A Dno-prompt11 auth = no_ccache no_prompt try_first_pass
/freebsd/contrib/pam-krb5/tests/data/scripts/no-cache/
H A Dtry-first1 # Test basic auth w/no AUTHTOK and try_first_pass. -*- conf -*-
11 auth = try_first_pass no_ccache
H A Dno-prompt-try1 # Defer prompting to the Kerberos library w/try_first_pass. -*- conf -*-
11 auth = no_ccache no_prompt try_first_pass
/freebsd/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.882 .It Cm try_first_pass
191 .It Cm try_first_pass
/freebsd/crypto/openssh/contrib/
H A Dsshd.pam.freebsd1 sshd auth required pam_unix.so try_first_pass
/freebsd/contrib/openpam/
H A DTODO1 - Fix try_first_pass / use_first_pass (pam_get_authtok() code &
/freebsd/contrib/openpam/lib/libpam/
H A Dpam_get_authtok.c107 if (openpam_get_option(pamh, "try_first_pass") || in pam_get_authtok()
224 * ;try_first_pass:
/freebsd/contrib/openpam/doc/man/
H A Dpam_get_authtok.3105 .It Dv try_first_pass
/freebsd/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.863 .It Cm try_first_pass
/freebsd/lib/libpam/modules/pam_ksu/
H A Dpam_ksu.8109 .It Cm try_first_pass
/freebsd/lib/libpam/modules/pam_radius/
H A Dpam_radius.864 .It Cm try_first_pass

12