diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-09-21 07:47:36 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-09-21 07:47:36 +0000 |
| commit | 8df6e02eef913ccf788f7e6c44e505d7efcf505c (patch) | |
| tree | 7fee720f9b656255af137ab6e29755d8d4dae0dc | |
| parent | 1fe4c660dbe0a6aa14981919fbc2ec6ac07a0e56 (diff) | |
Notes
| -rw-r--r-- | etc/pam.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.conf b/etc/pam.conf index 77cfba776cbc..820f808edb15 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 |
