summaryrefslogtreecommitdiffstats
path: root/etc/pam.conf
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-02-12 20:22:20 +0000
committershin <shin@FreeBSD.org>2000-02-12 20:22:20 +0000
commit58306df1668f1e6d3e28f296d3d6ad1021b36d6c (patch)
tree32e052d98db665559a4d1f163429201232a2cca9 /etc/pam.conf
parent098aba556067233d45c3ec1f109dfe12d4cc87a5 (diff)
downloadFreeBSD-src-58306df1668f1e6d3e28f296d3d6ad1021b36d6c.zip
FreeBSD-src-58306df1668f1e6d3e28f296d3d6ad1021b36d6c.tar.gz
Add ftpd entries into /etc/pam.conf.
S/Key authentication for ftpd was not working due to ftp implementation and /etc/pam.conf missmatch. So add ftpd entries into /etc/pam.conf. Reported by: "Jose M. Alcaide" <jose@we.lc.ehu.es> Approved by: jkh Reviewed by: markm
Diffstat (limited to 'etc/pam.conf')
-rw-r--r--etc/pam.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/pam.conf b/etc/pam.conf
index 32635d2..77cfba7 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
OpenPOWER on IntegriCloud