diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-12 20:22:20 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-12 20:22:20 +0000 |
| commit | 01e65cd554ac8d2b600171a2a5e84426c940c22b (patch) | |
| tree | 27484460eb711b42ca885951aa1ac5dfc927b09f | |
| parent | ed0010ed097b27a228d9a2f31851671fce2e0d09 (diff) | |
Notes
| -rw-r--r-- | etc/pam.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/pam.conf b/etc/pam.conf index 32635d26e6a1..77cfba776cbc 100644 --- a/etc/pam.conf +++ b/etc/pam.conf @@ -16,6 +16,12 @@ login auth requisite pam_cleartext_pass_ok.so #login auth sufficient pam_kerberosIV.so try_first_pass login auth required pam_unix.so try_first_pass +# Same requirement for ftpd as login +ftpd auth sufficient pam_skey.so +ftpd auth requisite pam_cleartext_pass_ok.so +#ftpd auth sufficient pam_kerberosIV.so try_first_pass +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 |
