Home
last modified time | relevance | path

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

/src/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 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 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 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
/src/contrib/pam-krb5/module/
H A Doptions.c72 { K(try_first_pass), false, BOOL (false) },
148 if (config->force_first_pass && config->try_first_pass) { in pamk5_init()
150 config->try_first_pass = 0; in pamk5_init()
156 if (config->use_first_pass && config->try_first_pass) { in pamk5_init()
158 config->try_first_pass = 0; in pamk5_init()
H A Dinternal.h103 bool try_first_pass; /* Try the previously entered password. */ member
H A Dauth.c234 const bool try_first = args->config->try_first_pass; in maybe_retrieve_password()
872 retry = args->config->try_first_pass; in pamk5_password_auth()
/src/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
/src/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
/src/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
/src/crypto/openssh/contrib/
H A Dsshd.pam.freebsd1 sshd auth required pam_unix.so try_first_pass
/src/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.
/src/contrib/pam-krb5/docs/
H A Dpam_krb5.pod765 user. Also see I<try_first_pass> and I<use_first_pass> for weaker
802 entered password, if I<try_first_pass>, I<use_first_pass>, or
816 =item try_first_pass
847 I<try_first_pass> and I<force_first_pass> for other versions of this
/src/contrib/pam-krb5/
H A DREADME225 auth required pam_unix.so try_first_pass nullok_secure
254 password required pam_unix.so try_first_pass obscure md5
H A DREADME.md240 auth required pam_unix.so try_first_pass nullok_secure
275 password required pam_unix.so try_first_pass obscure md5
H A DNEWS260 Retry authentication under try_first_pass on several other errors in
483 use_first_pass and try_first_pass no longer affect how the new
685 try_first_pass is set and use the strongest of the one set.