diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-19 08:39:35 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-19 08:39:35 +0000 |
| commit | e04359cdac563eb36ff80f1bb11dfca134f6db44 (patch) | |
| tree | 0349415b6eb23da92cd2d82ec08a8fbee4c86011 | |
| parent | 012400dfcdc656f59771a98bd088ea05bb812730 (diff) | |
Notes
| -rw-r--r-- | etc/pam.d/ftpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.d/ftpd b/etc/pam.d/ftpd index 3eb32f1d5c4b..2ab916f5e2e0 100644 --- a/etc/pam.d/ftpd +++ b/etc/pam.d/ftpd @@ -9,7 +9,7 @@ auth required pam_nologin.so no_warn #auth sufficient pam_kerberosIV.so no_warn #auth sufficient pam_krb5.so no_warn #auth sufficient pam_ssh.so no_warn try_first_pass -auth required pam_opie.so no_warn +auth [default=ignore success=done cred_err=die] pam_opie.so no_warn auth required pam_unix.so no_warn try_first_pass # account |
