aboutsummaryrefslogtreecommitdiff
path: root/etc/pam.d
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-06-19 20:00:43 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-06-19 20:00:43 +0000
commitbb151ea158baea3775923509e92d8b97e119cbe4 (patch)
tree0d2d594b04bb5755a438413c5572261639972983 /etc/pam.d
parent0f798c48edfdd5376ef9ac9cd0c4b7d9281380da (diff)
Notes
Diffstat (limited to 'etc/pam.d')
-rw-r--r--etc/pam.d/sshd2
-rw-r--r--etc/pam.d/telnetd2
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/pam.d/sshd b/etc/pam.d/sshd
index 873ebc4b01929..1c0ddfeb5e6b4 100644
--- a/etc/pam.d/sshd
+++ b/etc/pam.d/sshd
@@ -6,6 +6,8 @@
# auth
auth required pam_nologin.so no_warn
+auth sufficient pam_opie.so no_warn no_fake_prompts
+auth required pam_opieaccess.so no_warn
auth required pam_unix.so no_warn try_first_pass
# account
diff --git a/etc/pam.d/telnetd b/etc/pam.d/telnetd
index dd9d5f456cd63..25fa6cfb8f76a 100644
--- a/etc/pam.d/telnetd
+++ b/etc/pam.d/telnetd
@@ -6,6 +6,8 @@
# auth
auth required pam_nologin.so no_warn
+auth sufficient pam_opie.so no_warn no_fake_prompts
+auth required pam_opieaccess.so no_warn
auth required pam_unix.so no_warn try_first_pass
# account