mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
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
This commit is contained in:
parent
ed0010ed09
commit
01e65cd554
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57170
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user