summaryrefslogtreecommitdiffstats
path: root/etc/pam.conf
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-09-21 07:47:36 +0000
committerru <ru@FreeBSD.org>2000-09-21 07:47:36 +0000
commit7a331accacca5f4fb45dc62c49f1c51127f5b517 (patch)
tree617b01c04449fbfc184d659c84c39bedf15747a3 /etc/pam.conf
parent8ed40a75e245eba63f1e714ee14d2641aab4e832 (diff)
downloadFreeBSD-src-7a331accacca5f4fb45dc62c49f1c51127f5b517.zip
FreeBSD-src-7a331accacca5f4fb45dc62c49f1c51127f5b517.tar.gz
The final entry should be `required', not `sufficient'.
Diffstat (limited to 'etc/pam.conf')
-rw-r--r--etc/pam.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.conf b/etc/pam.conf
index 77cfba7..820f808 100644
--- a/etc/pam.conf
+++ b/etc/pam.conf
@@ -23,7 +23,7 @@ ftpd auth requisite pam_cleartext_pass_ok.so
ftpd auth required pam_unix.so try_first_pass
# r-utils are broken; ensure this doesn't bother folk
-rshd auth sufficient pam_deny.so
+rshd auth required pam_deny.so
# Don't break startx
xserver auth required pam_permit.so
OpenPOWER on IntegriCloud