diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-19 10:31:32 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-19 10:31:32 +0000 |
| commit | 3bfbfd17707165c89670b2297a2764e7408641f7 (patch) | |
| tree | 0a05771c42de4f5d89f0a2ab1ae1cebbcc13d3b6 | |
| parent | 6874115893337d39c5d7c89b083591181fec65b2 (diff) | |
Notes
| -rw-r--r-- | etc/pam.d/su | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.d/su b/etc/pam.d/su index 8e3a9bcb8522..9d7bcb180bec 100644 --- a/etc/pam.d/su +++ b/etc/pam.d/su @@ -9,8 +9,8 @@ auth sufficient pam_rootok.so no_warn auth requisite pam_wheel.so no_warn auth_as_self noroot_ok #auth sufficient pam_kerberosIV.so no_warn #auth sufficient pam_krb5.so no_warn try_first_pass auth_as_self -#auth required pam_opie.so no_warn #auth required pam_ssh.so no_warn try_first_pass +auth [default=ignore success=done cred_err=die] pam_opie.so no_warn auth required pam_unix.so no_warn try_first_pass nullok #auth sufficient pam_rootok.so no_warn ##auth sufficient pam_kerberosIV.so no_warn |
